miniflux-legacy/assets
Mathias Kresin 1fc6f2222c fix a display glitch in full content mode
Articles without paragraphs should have a margin to item action as well. Fix this issue by adding the margin to the container element.

There must be no space between between the <div class="preview-full-content"> and the $item['content']. The CSS pseudo-class :empty does not consider a div with whitespaces only as empty.  The Selectors Level 4 Draft[1] as of 13 September 2015, mentions the CSS pseudo-class :blank which will do so. But it's a draft and not yet implemented by the majority of the browsers.

[1] https://drafts.csswg.org/selectors-4/#the-blank-pseudo
2015-12-10 21:42:26 +01:00
..
css fix a display glitch in full content mode 2015-12-10 21:42:26 +01:00
img Change loading icon to use an utf8 symbol 2014-02-22 21:50:54 -05:00
js toogle text direction for full content preview as well 2015-08-25 22:39:27 +02:00