Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed May 29, 2024
1 parent b82f148 commit 2bf326a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/_sass/gnome-shell/widgets/_calendar-44.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,18 @@
}
}

.calendar-day-heading { //day of week heading
width: 24px !important;
height: 24px - $space-size !important;
margin-top: 2px !important;
padding: $space-size 0 0 !important;
border-radius: $circular-radius;
background-color: transparent !important;
color: $text-disabled !important;
@include font(caption);
font-weight: bold;
text-align: center;
}
.calendar-day-heading { //day of week heading
width: 24px !important;
height: 24px - $space-size !important;
margin-top: 2px !important;
padding: $space-size 0 0 !important;
border-radius: $circular-radius;
background-color: transparent !important;
color: $text-disabled !important;
@include font(caption);
font-weight: bold;
text-align: center;
}

.calendar-day { //border collapse hack - see calendar.js
border-width: 0;
Expand Down Expand Up @@ -244,7 +244,7 @@

.calendar-week-number {
margin: 6px !important;
padding: 0 8px !important;
padding: 0 $margin-size / 2 + $space-size !important;
border-radius: $circular-radius;
background-color: if($variant == 'light', rgba(black, 0.04), rgba(white, 0.03));
color: $text-disabled;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/gnome-shell/widgets/_message-list-46.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@

/* Media Controls */
.message-media-control {
margin: $margin-size $space-size / 2 !important;
margin: (16px - $space-size * 2) $space-size / 2 !important;
padding: 0 $space-size * 2 !important;
border-radius: $circular-radius;
color: $text-secondary;
Expand Down

0 comments on commit 2bf326a

Please sign in to comment.