Fix Gnome shell calendar with 10pt font (#208)

master
drakkar1969 2019-03-27 21:09:50 +01:00 committed by David Mohammed
parent 37762db8f8
commit 6bd20fff10
1 changed files with 3 additions and 3 deletions

View File

@ -1282,10 +1282,10 @@ StScrollBar {
.calendar-week-number {
@include fontsize($font-size * 0.75);
font-weight: bold;
width: 2.3em; height: 1.8em;
width: 2.0em; height: 1.5em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
padding: 0.4em 0 0;
margin: 2px 6px;
background-color: transparentize($fg_color,0.7);
color: $bg_color;
}