mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Set proper height of fancypants button instead of 100%
This commit is contained in:
@@ -232,7 +232,8 @@ select.keyselect+span.select2-container .select2-selection--multiple {
|
|||||||
.switch_input_type_icon {
|
.switch_input_type_icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: calc(100% - var(--mainFontSize));
|
height: max-content;
|
||||||
|
top: 50%;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user