mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
I want my 5px back...
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
.world_entry_form_control .keyprimarytextpole,
|
.world_entry_form_control .keyprimarytextpole,
|
||||||
.world_entry_form_control .keysecondarytextpole {
|
.world_entry_form_control .keysecondarytextpole {
|
||||||
padding-right: 30px;
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.world_entry_thin_controls {
|
.world_entry_thin_controls {
|
||||||
@@ -238,7 +238,8 @@ select.keyselect+span.select2-container .select2-selection--multiple {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-right: 10px;
|
width: fit-content;
|
||||||
|
margin-right: 5px;
|
||||||
margin-top: calc(5px + var(--mainFontSize));
|
margin-top: calc(5px + var(--mainFontSize));
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -248,7 +249,7 @@ select.keyselect+span.select2-container .select2-selection--multiple {
|
|||||||
border: none;
|
border: none;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
||||||
opacity: 0.75;
|
opacity: 0.5;
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user