mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-04 13:13:04 +00:00
cinnamon.scss: fix calendar applet scaled text bug
Cinnamon calendar applet: remove width limit to allow for larger font sizes or cinnamon text scaling.
This commit is contained in:
parent
60cdab76a0
commit
319d8ca6e4
@ -756,7 +756,7 @@ StScrollBar {
|
||||
|
||||
.calendar-day-base {
|
||||
text-align: center;
|
||||
width: 28px;
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
padding: 0;
|
||||
margin: 2px;
|
||||
@ -825,7 +825,7 @@ StScrollBar {
|
||||
}
|
||||
|
||||
.calendar-week-number {
|
||||
width: 20px;
|
||||
min-width: 20px;
|
||||
height: 20px;
|
||||
margin: 6px 0;
|
||||
color: transparentize($fg_color, 0.3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user