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
1 changed files with 2 additions and 1 deletions

View File

@ -232,7 +232,8 @@ select.keyselect+span.select2-container .select2-selection--multiple {
.switch_input_type_icon {
cursor: pointer;
font-weight: bold;
height: calc(100% - var(--mainFontSize));
height: max-content;
top: 50%;
width: 25px;
margin-right: 5px;
position: absolute;