Fix switchy button to top-right

This commit is contained in:
Wolfsblvt 2024-05-16 00:25:11 +02:00
parent a94af2678b
commit 97de520f9a
1 changed files with 3 additions and 5 deletions

View File

@ -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;