Merge pull request #504 from ebolam/United

Regression fix for story loading bar floating too high
This commit is contained in:
henk717 2024-01-30 23:49:25 +01:00 committed by GitHub
commit 1b89fa81dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 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);

View File

@ -10,7 +10,7 @@
<div class="popup_load_cancel hidden" id="popup_upload">
<input type=file id="popup_upload_file">
</div>
<div class="story_popup_footer" style="display:flex;justify-content: space-between;">
<div class="story_popup_footer" style="display:flex;justify-content: space-between; position: absolute; bottom: 45px;">
<span>Drag file(s) above or click here to Upload File<input id="popup_upload_input" type=file onchange="upload_file(this)"></span>
<!---<span>
Upload file without saving to google: