Fix select2 buttons alignment

This commit is contained in:
Cohee 2024-10-06 23:18:41 +03:00
parent 991e10c75f
commit f82a479a90
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
.select2-container .select2-selection .select2-selection__clear {
color: var(--SmartThemeBodyColor);
font-size: 24px;
font-size: 20px;
padding: 0;
position: absolute;
right: 5px;
@ -50,6 +50,7 @@
padding: revert;
border-right: 1px solid var(--SmartThemeBorderColor);
font-size: 1.1em;
line-height: 1;
}
.select2-container .select2-selection--multiple .select2-selection__choice__display {