style/watched file change alert bar: tweak

This commit is contained in:
Adorian Doran 2025-12-24 22:39:10 +02:00
parent 8af549aba4
commit 37d647261a
2 changed files with 9 additions and 1 deletions

View File

@ -1374,6 +1374,14 @@ body.mobile .note-title {
border-bottom: 2px solid #0000001c !important;
}
body.experimental-feature-new-layout #center-pane .note-split > div.alert {
margin-top: 0;
}
body.experimental-feature-new-layout #center-pane .note-split > div.alert + .scrolling-container {
padding-top: 20px;
}
/*
* Promoted attributes
*/

View File

@ -17,7 +17,7 @@ const TPL = /*html*/`
<p>${t("watched_file_update_status.file_last_modified")}</p>
<div style="display: flex; flex-direction: row; justify-content: space-evenly;">
<div style="display: flex; flex-direction: row; justify-content: flex-start; gap: 8px;">
<button class="btn btn-sm file-upload-button">${t("watched_file_update_status.upload_modified_file")}</button>
<button class="btn btn-sm ignore-this-change-button">${t("watched_file_update_status.ignore_this_change")}</button>