Skip to content

Commit

Permalink
Fluent, Orchis-Dark, Orchis-Light, and WhiteSur: Fix calendar applet …
Browse files Browse the repository at this point in the history
…scaled text (#810)
  • Loading branch information
fredcw committed Jun 20, 2024
1 parent 99c4204 commit a2d00ed
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fluent/files/Fluent/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -912,6 +913,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: rgba(0, 0, 0, 0.26);
Expand Down
2 changes: 2 additions & 0 deletions Fluent/files/Fluent/config/src/_sass/cinnamon/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ StScrollBar {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -815,6 +816,7 @@ StScrollBar {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: $track;
Expand Down
2 changes: 2 additions & 0 deletions Orchis-Dark/files/Orchis-Dark/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -931,6 +932,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: rgba(255, 255, 255, 0.3);
Expand Down
2 changes: 2 additions & 0 deletions Orchis-Light/files/Orchis-Light/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -927,6 +928,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: rgba(0, 0, 0, 0.26);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -932,6 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: rgba(222, 222, 222, 0.7);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

.calendar-day-base {
text-align: center;
min-width: 28px;
height: 28px;
padding: 0;
margin: 2px;
Expand Down Expand Up @@ -932,6 +933,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}

.calendar-week-number {
min-width: 20px;
height: 20px;
margin: 6px 0;
color: rgba(36, 36, 36, 0.7);
Expand Down

0 comments on commit a2d00ed

Please sign in to comment.