mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 00:46:38 +01:00
Set proper height of fancypants button instead of 100%
This commit is contained in:
parent
b7a91770dc
commit
912fd36e29
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user