mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
style/watched file change alert bar: tweak
This commit is contained in:
parent
8af549aba4
commit
37d647261a
@ -1374,6 +1374,14 @@ body.mobile .note-title {
|
|||||||
border-bottom: 2px solid #0000001c !important;
|
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
|
* Promoted attributes
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -17,7 +17,7 @@ const TPL = /*html*/`
|
|||||||
|
|
||||||
<p>${t("watched_file_update_status.file_last_modified")}</p>
|
<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 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>
|
<button class="btn btn-sm ignore-this-change-button">${t("watched_file_update_status.ignore_this_change")}</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user