New: Placed footer buttons in Metadata Manager horizontally

This commit is contained in:
lscambo13
2025-03-16 13:54:45 +05:30
parent ab70b69577
commit f57e92dffd

View File

@@ -1317,6 +1317,11 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
border: var(--defaultBorder);
}
.editItemMetadataForm>.metadataFormFields div:has(.formDialogFooterItem) {
display: flex;
justify-content: center;
}
.btnBrowse>.folder {
margin-inline-end: .5em;
}