zotero/scss/preferences/_file_renaming.scss

22 lines
378 B
SCSS
Raw Normal View History

2023-12-22 05:43:05 +00:00
#file-renaming-customize-button {
margin-top: .6em;
}
#zotero-prefpane-file-renaming-format label:not([is=zotero-text-link]) {
display: block;
}
#file-renaming-format-template {
width: 100%;
min-height: 1.25em;
padding: 0.4em;
/* Match label margins */
margin-block: 1px 2px;
margin-inline: 6px 5px;
}
#file-renaming-format-preview {
width: 100%;
padding: 0.4em;
}