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:
Dan Stillman 2017-07-23 00:54:46 -04:00
parent 073d27311f
commit db496e13c2

View file

@ -1,6 +1,10 @@
#zotero-bibliography-container {
font-size: 1.15em !important;
}
#style-listbox #style-listbox
{ {
height: 180pt; height: 19em;
width: 300pt; width: 300pt;
} }