Increase font size and decrease style list height in doc prefs
On macOS this shows all default styles without a scroll bar.
This commit is contained in:
parent
073d27311f
commit
db496e13c2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
#zotero-bibliography-container {
|
||||||
|
font-size: 1.15em !important;
|
||||||
|
}
|
||||||
|
|
||||||
#style-listbox
|
#style-listbox
|
||||||
{
|
{
|
||||||
height: 180pt;
|
height: 19em;
|
||||||
width: 300pt;
|
width: 300pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue