zotero/scss/preferences/_cite.scss

28 lines
413 B
SCSS
Raw Permalink Normal View History

2023-12-22 05:43:05 +00:00
#wordProcessors > label:not(:first-child) {
margin-top: 10px;
}
#wordProcessorInstallers {
margin-block: 0.5em;
}
#wordProcessorInstallers > groupbox > label > h2 {
/* Override spacing added between groupboxes */
margin-top: 0.5em !important;
}
#styleManager
{
height: 250px;
max-height: 250px;
2023-12-22 05:43:05 +00:00
}
#styleManager-updated
{
width: 105px;
}
#openCSLEdit, #styleManager-delete {
margin-inline-end: 6px;
}