This commit is contained in:
vinceliuice 2024-04-18 11:10:16 +08:00
parent 6434a0ff18
commit e724a68463
6 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ compress() {
#install && compress #install && compress
#prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo #prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo
GNOME_VERSION="44-0" GNOME_VERSION="46-0"
RELEASE_VERSION="-last" RELEASE_VERSION="-last"
install && compress install && compress
prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -45,7 +45,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
} }
.datemenu-popover { .datemenu-popover {
border-radius: $base_border_radius + $base_margin * 3; border-radius: $base_border_radius + $base_margin * 3 !important;
} }
// Calendar menu side column // Calendar menu side column
@ -85,7 +85,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
box-shadow: none; box-shadow: none;
background: none; background: none;
padding: $base_padding $base_padding * 2; padding: $base_padding $base_padding * 2;
margin: $base_margin $base_padding + $base_margin; margin: $base_margin $base_margin * 2;
text-shadow: none; text-shadow: none;
color: $alt_fg_color; color: $alt_fg_color;
border-radius: $base_border_radius; border-radius: $base_border_radius;