Hide arrows for narrow sidebar select dropdown to maximize topbar space.

This commit is contained in:
Christian Bastian
2024-07-21 22:36:53 -04:00
parent 35250a99a3
commit b7046ff631

View File

@@ -529,8 +529,15 @@
}
.model-manager .model-manager-head .topbar-right select {
padding: 0;
position: relative;
top: 0;
bottom: 0;
font-size: 24px;
-o-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* search dropdown */