mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix help icon size
This commit is contained in:
@@ -275,7 +275,7 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
.helpicon {
|
.helpicon {
|
||||||
color: var(--help_icon);
|
color: var(--help_icon);
|
||||||
cursor: help;
|
cursor: help;
|
||||||
font-size: calc(14px + var(--font_size_adjustment)); !important;
|
font-size: calc(14px + var(--font_size_adjustment)) !important;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
Reference in New Issue
Block a user