aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2020-01-17 08:11:05 +0100
committerGravatar GitHub <noreply@github.com> 2020-01-17 08:11:05 +0100
commit8eabc068c900c96cb06c2403414c3e0bf9387f34 (patch)
tree2247b4178da4a4e3d7305955ef10c088825a520e /p
parent68863fbac8d0f9346eb3de17b079c84d5ead1b6c (diff)
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)
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css6
1 files changed, 3 insertions, 3 deletions
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 {