Increase toggle desc. font size
This commit is contained in:
parent
080f9d2426
commit
3c48e8ccd9
|
@ -2165,7 +2165,7 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
|
||||||
width: max-content;
|
width: max-content;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
font-size: calc(var(--mainFontSize) * 0.8);
|
font-size: calc(var(--mainFontSize) * 0.85);
|
||||||
color: var(--SmartThemeEmColor);
|
color: var(--SmartThemeEmColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -3510,4 +3510,4 @@ a {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
/* Give some space between the button and search box */
|
/* Give some space between the button and search box */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue