Too aggressive on pushing things down in the popup menu

This commit is contained in:
ebolam 2024-01-30 17:46:22 -05:00
parent 5304312560
commit 2fb0145fce
1 changed files with 10 additions and 1 deletions

View File

@ -2227,7 +2227,7 @@ body {
color: var(--popup_selected_color_text);
}
.popup .popup_load_cancel {
.popup .popup_load_cancel:not(#loadmodelsettings) {
text-align: center;
vertical-align: bottom;
color: var(--popup_title_bar_color_text);
@ -2238,6 +2238,15 @@ body {
bottom: 0;
}
#loadmodelsettings {
text-align: center;
vertical-align: bottom;
color: var(--popup_title_bar_color_text);
background-color: var(--popup_title_bar_color);
padding: 0 10px 0 10px;
width: 100%;
}
.popup_load_cancel_button {
color: var(--popup_cancel_button_color_text);