Decrease icon size and text padding
This commit is contained in:
parent
2f20c8e6da
commit
50f3def2eb
|
@ -74,8 +74,8 @@
|
|||
color-scheme: only light;
|
||||
|
||||
/* Send form variables */
|
||||
--bottomFormBlockPadding: calc(var(--mainFontSize) / 3);
|
||||
--bottomFormIconSize: calc(var(--mainFontSize) * 2);
|
||||
--bottomFormBlockPadding: calc(var(--mainFontSize) / 2.5);
|
||||
--bottomFormIconSize: calc(var(--mainFontSize) * 1.9);
|
||||
--bottomFormBlockSize: calc(var(--bottomFormIconSize) + var(--bottomFormBlockPadding));
|
||||
|
||||
/*Top Bar Scaling Variables*/
|
||||
|
@ -569,7 +569,7 @@ hr {
|
|||
column-gap: 5px;
|
||||
font-size: var(--bottomFormIconSize);
|
||||
overflow: hidden;
|
||||
order: 2;
|
||||
order: 25;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -981,7 +981,7 @@ select {
|
|||
background-color: rgba(255, 0, 0, 0);
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
padding-top: 6px;
|
||||
padding: 3px;
|
||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||
margin: 0;
|
||||
text-shadow: 0px 0px calc(var(--shadowWidth) * 1px) var(--SmartThemeShadowColor);
|
||||
|
@ -3760,4 +3760,4 @@ a {
|
|||
height: 100vh;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue