UI Adjustments
CI Test Guard / validate-code (push) Has been cancelled

This commit is contained in:
Tyler
2026-05-15 13:20:06 -04:00
parent 6e6ea1765a
commit d6338aea7a
+2 -5
View File
@@ -144,7 +144,6 @@ INTERACTIVE_CSS = '''
} }
.sxng-model-select { .sxng-model-select {
appearance: none; appearance: none;
-webkit-appearance: none;
background-color: var(--color-sidebar-bg, #424247); background-color: var(--color-sidebar-bg, #424247);
color: var(--color-search-url, #bbb); color: var(--color-search-url, #bbb);
border: none; border: none;
@@ -152,16 +151,14 @@ INTERACTIVE_CSS = '''
padding: 1px 10px 1px 10px; padding: 1px 10px 1px 10px;
font-size: 0.78em; font-size: 0.78em;
cursor: pointer; cursor: pointer;
width: auto;
max-width: 6rem; max-width: 6rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 6l5-6 5 6z' fill='%234a9eff'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right; background-position: right;
background-size: 15%; background-size: 15%;
display: none;
vertical-align: middle; vertical-align: middle;
line-height: 1.4; line-height: 1.4;
margin-right: 0px !important; margin: 0 0.5rem !important;
overflow: hidden;
height: 32px !important; height: 32px !important;
} }
.sxng-model-select:hover { .sxng-model-select:hover {