c7d816783b
* Fix template and preview overflowing container * Fix extra whitespace around "documentation" link * Increase minimal height of the template input field
19 lines
350 B
SCSS
19 lines
350 B
SCSS
#file-renaming-customize-button {
|
|
margin-top: .6em;
|
|
}
|
|
|
|
#zotero-prefpane-file-renaming-format label:not([is=zotero-text-link]) {
|
|
display: block;
|
|
}
|
|
|
|
#file-renaming-format-template {
|
|
min-height: 3.25em;
|
|
padding: 0.4em;
|
|
/* Match label margins */
|
|
margin-block: 1px 2px;
|
|
margin-inline: 6px 5px;
|
|
}
|
|
|
|
#file-renaming-format-preview {
|
|
padding: 0.4em;
|
|
}
|