support font scale

This commit is contained in:
SrGooglo 2023-06-13 22:53:31 +00:00
parent fa57943ac5
commit a80bd4a21c

View File

@ -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;