mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
support font scale
This commit is contained in:
parent
fa57943ac5
commit
a80bd4a21c
@ -8,6 +8,7 @@
|
|||||||
*:before,
|
*:before,
|
||||||
*:after {
|
*:after {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
//font-size: calc(1rem * var(--fontScale));
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@ -124,6 +125,8 @@ html {
|
|||||||
|
|
||||||
background-color: var(--layoutBackgroundColor) !important;
|
background-color: var(--layoutBackgroundColor) !important;
|
||||||
|
|
||||||
|
font-size: calc(16px * var(--fontScale));
|
||||||
|
|
||||||
&.electron {
|
&.electron {
|
||||||
.page_layout {
|
.page_layout {
|
||||||
padding-top: 35px;
|
padding-top: 35px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user