6 Commits
Author SHA1 Message Date
IBBoardandSean Molenaar 5cdb31e629 Put background back on news title
Fixes the lack of background on the news item title when scrolling, which makes the content unreadable and defeats the idea of the sticky title (#450), by putting the colour back that was removed in e4da0957.
2019-03-20 07:53:18 +01:00
IBBoardandSean Molenaar 89d9b77994 Fix multi-line news titles
Change CSS "height" for a "min-height" so that it can expand if necessary

Fixes #359
2019-02-22 22:27:47 +01:00
IBBoard 7924e801dc Tweak settings alignment and try to prevent wide checkboxes causing issues 2015-10-17 19:27:12 +00:00
IBBoard 3d6b911b86 Tweak CSS to align settings better (issue #829) 2015-10-17 15:42:05 +00:00
IBBoard 8b844bf963 Tweak title spacing to keep size but reduce huge gaps
Particularly in Compact mode, having 40px line height on 16px text results in large spaces in the middle of expanded multi-line titles. This wastes space and looks odd.

The three extra lines of CSS keep the standard positioning the same, keep the click box size the same, but keep headers looking more like:

Some RSS feed item
with two lines

rather than:

Some RSS feed item

with two lines (or is it something different? It is just so far away!)
2015-04-09 15:46:08 +01:00
IBBoard 87c418988c Make items more easily clickable
Currently, the title in compact mode is an inline tag, which means that if it starts wrapping to a new line then any white space isn't clickable to expand the article. These changes make it more easily clickable, don't interfere with the "open" and "favourite" buttons, make wrapped titles align more neatly, and prevent the "time ago" text being a dead spot.
2014-07-30 09:48:23 +01:00