mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix switchy button to top-right
This commit is contained in:
@@ -237,13 +237,11 @@ 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: max-content;
|
height: 20px;
|
||||||
top: 50%;
|
margin-right: 10px;
|
||||||
width: 25px;
|
margin-top: calc(5px + var(--mainFontSize));
|
||||||
margin-right: 5px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Reference in New Issue
Block a user