zotero / zoterobib

ZoteroBib is a free online bibliography generator from the makers of Zotero
https://zbib.org
Other
68 stars 19 forks source link

Revert bibliography title styling #271

Closed dstillman closed 3 years ago

dstillman commented 3 years ago

After https://github.com/zotero/bib-web/commit/a2de2fb5068171fabd1eda5c6752819e6620d1b7, the display of the bibliography title changed.

Before:

prod

After:

staging

No longer centered, and a huge pencil icon

tnajdek commented 3 years ago

Thanks, this and few more recent regressions in the UI (all selects, some inputs, especially in the manual editor) are caused by a2de2fb5. I'm planning on having it all fixed within next couple of days. The end goal is to remove dependency on react-select, bring over few minor features from Web Library (e.g. select options to move creator up/down) and eventually, possibly, extract few shared components to reduce code duplication between projects.

tnajdek commented 3 years ago

Fixed in 67f2a111, b29443c3, 23a9d73f.