New: Placed footer buttons in Metadata Manager horizontally
This commit is contained in:
parent
ab70b69577
commit
f57e92dffd
1 changed files with 5 additions and 0 deletions
|
|
@ -1317,6 +1317,11 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editItemMetadataForm>.metadataFormFields div:has(.formDialogFooterItem) {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.btnBrowse>.folder {
|
.btnBrowse>.folder {
|
||||||
margin-inline-end: .5em;
|
margin-inline-end: .5em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue