fx115: Fix a couple of long tag fixer window size issues

This commit is contained in:
Tom Najdek 2024-04-04 17:59:07 +02:00
parent e8df3c29dd
commit 09eb9b4e77
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
2 changed files with 23 additions and 9 deletions

View file

@ -2,6 +2,7 @@
padding: 20px;
font-size: 12px;
line-height: 1.333333333;
width: 600px;
h1 {
font-size: 13px;
@ -20,6 +21,20 @@
tabpanels {
padding-top: 15px;
tabpanel {
display: flex;
flex-direction: column;
width: 100%;
min-width: 0;
// prevent dialog from resizing when switching tabs or split character
min-height: 250px;
// fix min-width leaking to children for some reason causing weird glitch with checkboxes
* {
min-width: unset;
}
}
@include variant("#zotero-long-tag-fixer.is-long-tag") {
padding-top: 33px;
@ -59,7 +74,7 @@
.split-tab {
.tag-list {
height: calc(8 * (1em + 10px));
max-height: calc(8 * (1em + 10px));
overflow-x: hidden;
padding: 8px;