diff options
| author | 2020-07-13 15:46:50 +0200 | |
|---|---|---|
| committer | 2020-07-13 15:46:50 +0200 | |
| commit | b7fd6d2d941e40e99ad9ac0cb5572a529cf9cb64 (patch) | |
| tree | 06d88d26a6162f903690c854bfb00bff06f36400 /p/themes/base-theme/template.rtl.css | |
| parent | f98a092566c39e10936869f0b83ae0f77ea1672f (diff) | |
Show feed name inside the article (#3081)
* Show feed name inside the article
#fix https://github.com/FreshRSS/FreshRSS/issues/3079
* Normal view add date in subtitle
#fix
https://github.com/FreshRSS/FreshRSS/issues/3079#issuecomment-650109551
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index cb2b5f474..eea8ae191 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -719,7 +719,7 @@ input[type="search"] { } .flux .item.title .author { - padding-right: 1rem; + padding-left: 1rem; color: #555; font-size: .9rem; font-weight: normal; @@ -781,6 +781,14 @@ input[type="search"] { overflow: auto; } +.subtitle > div { + display: inline; +} + +.subtitle > div:not(:first-of-type)::before { + content: ' · '; +} + br { line-height: 1em; } |
