fx-compat: Item box: Fix field sizing on all platforms

Layout should no longer shift when editing creators or fields.
(Linux untested.)
This commit is contained in:
Abe Jellinek 2023-04-04 14:23:40 -04:00
parent 16411422c8
commit aea1303119
3 changed files with 21 additions and 28 deletions

View file

@ -1,20 +1,5 @@
item-box {
th {
margin-top: 1px;
}
.zotero-clicky {
min-height: 17px;
}
td input {
margin: -2px 0 0;
padding: 1px;
border-width: 1px;
border-radius: 6px;
}
.creator-name-box input {
margin-bottom: -1px;
}
}