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