sillsdev / appbuilder-pwa

Progress Web App template for Scripture App Builder
https://software.sil.org/scriptureappbuilder
MIT License
8 stars 22 forks source link

Annotations styling needs adjustment #591

Closed davidmoore1 closed 5 days ago

davidmoore1 commented 3 weeks ago

The font size of the notes, bookmarks, highlights and history need to have the font-size style applied from the bodyFontSize store with 'px' appended (so style="font-size: 37px;"). This needs to be applied to the div below the navbar because it should not be affected by the font size changes. So the div with a class of bookmarks for bookmark.

Also "max-w-screen-md mx-auto " classes should be applied to these screens to prevent the screen from taking the full width of the browser.