zotero/scss/components/_dictionaryManager.scss
2024-04-11 10:53:54 +03:00

33 lines
No EOL
416 B
SCSS

#dictionary-manager {
min-height: 400px;
min-width: 445px;
}
#DictionaryManager {
padding: 15px;
max-height: 100vh;
richlistitem {
font-size: 12px;
}
input {
// Select rows, not checkboxes
-moz-user-focus: ignore;
}
#status {
margin: 9px 0 0 5px;
font-size: 10px;
line-height: 1em;
}
.dialog-button-box {
display: flex;
justify-content: end;
}
button {
font-size: 13px;
}
}