Set proper height of fancypants button instead of 100%

This commit is contained in:
Cohee 2024-05-16 00:32:58 +03:00
parent b7a91770dc
commit 912fd36e29

View File

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