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