Fix font size scaling of tag selector tags on macOS and Linux

This commit is contained in:
Dan Stillman 2018-03-07 22:15:08 -05:00
parent ea569b8b1a
commit 438d9669c1
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
button { button {
font-family: Segoe UI, sans-serif; font-family: Segoe UI, sans-serif;
font-size: 1em;
} }

View File

@ -35,6 +35,7 @@ groupbox
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
background-color: transparent; background-color: transparent;
font-size: 1em; /* Scale with font size pref */
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
border: 1px solid transparent; /* always include border so height is same as zotero-clicky */ border: 1px solid transparent; /* always include border so height is same as zotero-clicky */