diff options
| author | 2024-04-26 13:11:38 +0200 | |
|---|---|---|
| committer | 2024-04-26 13:11:38 +0200 | |
| commit | d656896a95fc715c2a4aba961c019339d2b84585 (patch) | |
| tree | fa3ae5a5ab6a37b88e4b36406d9ab27bfa8650c3 /p/themes/Pafat | |
| parent | c47b7852353086a3fcb04db9d3bbc28e2ad1e52c (diff) | |
Fix date issue in mobile view (#6385)
* font-size: 0.7rem; in frss.css
* fix date issue in mobile view
* better CSS for date in header and footer
* RTL
* padding in mobile view
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 4 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 6d5a8f523..072a52e46 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -849,9 +849,9 @@ a.signin { padding: 0.425rem; } -.flux .item.date { +.flux .flux_header .date, +.flux .flux_content .bottom .date { color: var(--font-color-grey); - font-size: 0.7rem; } .flux .bottom { diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index dca0c3295..daa7ea233 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -849,9 +849,9 @@ a.signin { padding: 0.425rem; } -.flux .item.date { +.flux .flux_header .date, +.flux .flux_content .bottom .date { color: var(--font-color-grey); - font-size: 0.7rem; } .flux .bottom { |
