Fix switchy button to top-right
This commit is contained in:
parent
a94af2678b
commit
97de520f9a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue