Ova tema je arhivirana.
Pitajte drugo pitanje ako vam je potrebna pomoć.
Arhivirano
how to make font in bookmarks larger
the font in the bookmarks to the left of my screen is small, how can I increase font size in bookmarks only
the font in the bookmarks to the left of my screen is small, how can I increase font size in bookmarks only
All Replies (1)
Do you mean in the Bookmarks sidebar?
Add code to userChrome.css below the @namespace line.
#sidebar-box *,
#bookmarksPanel *,
#bookmarks-view *,
#history-panel *,
#historyTree { font-size: 11pt !important; }