Fixed issues

This commit is contained in:
vinceliuice 2024-07-18 23:38:12 +08:00
parent d9078e6263
commit 5092502442
3 changed files with 46 additions and 4 deletions

View File

@ -28,7 +28,7 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
-gtk-secondary-caret-color: $selected_bg_color; -gtk-secondary-caret-color: $selected_bg_color;
} }
$side_style_shadow: linear-gradient(to left, rgba(black, if($variant == 'light', 0.02, 0.1)), transparent 6px); $side_style_shadow: linear-gradient(to left, rgba(black, if($variant == 'light', 0.02, 0.06)), transparent 6px);
%side_style_left { %side_style_left {
background-image: $side_style_shadow; background-image: $side_style_shadow;
@ -4472,8 +4472,8 @@ popover.emoji-picker {
// mimic tab style // mimic tab style
button.emoji-section { button.emoji-section {
margin: $container_padding / 2 1px; margin: $container_padding 2px;
padding: 1px $container_padding * 2; padding: 0 $container_padding * 2;
border-radius: $bt_radius; border-radius: $bt_radius;
border: none; border: none;
outline-offset: -2px; outline-offset: -2px;

View File

@ -4,9 +4,18 @@
$cakeisalie: "This stylesheet is generated, DO NOT EDIT"; $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
/* #{$cakeisalie} */ /* #{$cakeisalie} */
$side_style_shadow: linear-gradient(to left, rgba(black, if($variant == 'light', 0.02, 0.06)), transparent 6px);
%side_style_left {
background-image: $side_style_shadow;
background-color: rgba($dark_sidebar_bg, 1);
box-shadow: none;
border: none;
}
%side_headerbar_left { %side_headerbar_left {
&, &:backdrop { &, &:backdrop {
background-image: none; background-image: $side_style_shadow;
background-color: rgba($dark_sidebar_bg, 1); background-color: rgba($dark_sidebar_bg, 1);
border: none; border: none;
} }
@ -16,6 +25,7 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
&, &:backdrop { &, &:backdrop {
background-image: none; background-image: none;
background-color: rgba($base_color, 1); background-color: rgba($base_color, 1);
border: none;
} }
} }

View File

@ -1155,6 +1155,38 @@ spinner.fade-in:checked {
animation-delay: 0s, 0.5s, 0.5s; animation-delay: 0s, 0.5s, 0.5s;
} }
//
// Gnome Tweaks
//
window.background.csd {
> dialog-host > widget > widget > box > leaflet {
> headerbar.titlebar.tweak-titlebar-left {
@extend %side_headerbar_left;
}
> headerbar.titlebar.tweak-titlebar-right {
@extend %side_headerbar_right;
}
> separator {
@extend %side_separator;
}
> box > searchbar {
@extend %side_searchbar;
}
list.navigation-sidebar {
@extend %side_style_left;
}
stack.background {
background-color: $base_color;
}
}
}
// //
// Misc (other) // Misc (other)
// //