From 8eabc068c900c96cb06c2403414c3e0bf9387f34 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 17 Jan 2020 08:11:05 +0100 Subject: fix: #2701 Fix look of authors (#2771) This fix makes the authors part of the "title item", so it's not considered as another block. This is not perfect since authors will disappear on small screens, but we can discuss of putting titles on multi-lines (see https://github.com/FreshRSS/FreshRSS/issues/2344) --- p/themes/base-theme/template.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index cb468c845..04bc37bcb 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -667,11 +667,11 @@ a.btn { text-decoration: none; } -.flux .item.author { +.flux .item.title .author { + padding-left: 1rem; color: #555; - font-size: .7rem; + font-size: .9rem; font-weight: normal; - white-space: normal; } .flux .item.date { -- cgit v1.2.3