feat: Improve setting.model selector

This commit is contained in:
evenwan
2024-09-14 09:31:05 +08:00
parent df62736ff6
commit 84a7afcd94
3 changed files with 30 additions and 10 deletions

View File

@@ -252,6 +252,12 @@
position: relative;
max-width: fit-content;
&.left-align-option {
option {
text-align: left;
}
}
.select-with-icon-select {
height: 100%;
border: var(--border-in-light);