Fix font size scaling of tag selector tags on macOS and Linux
This commit is contained in:
parent
ea569b8b1a
commit
438d9669c1
|
@ -1,4 +1,3 @@
|
||||||
button {
|
button {
|
||||||
font-family: Segoe UI, sans-serif;
|
font-family: Segoe UI, sans-serif;
|
||||||
font-size: 1em;
|
|
||||||
}
|
}
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user