Layout and button changes

- In Model View, moved "Set as Preview" button below radio buttons and disabled when Default selected.
- General CSS layout improvements.
This commit is contained in:
Christian Bastian
2024-02-22 15:53:58 -05:00
parent d951a508ed
commit b7747a163a
3 changed files with 183 additions and 146 deletions

View File

@@ -366,6 +366,7 @@
display: flex;
flex-direction: row;
flex: 1;
min-width: 0;
}
.model-manager .model-select-dropdown {
@@ -403,9 +404,15 @@
.model-manager .search-dropdown > p {
margin: 0;
padding-left: 20px;
padding-top: 0.85em;
padding-bottom: 0.85em;
padding: 0.85em 20px;
min-width: 0;
}
.model-manager .search-dropdown > p {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.model-manager .search-dropdown > p::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
.model-manager .search-dropdown > p.search-dropdown-selected {