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/Mapco/mapco.css | |
| 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/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 1d79a49b4..11370b166 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1026,7 +1026,7 @@ main.prompt { .flux.not_read .item.website a { color: #36c; } -.flux.not_read .item.date { +.flux.not_read .item .date { color: rgba(51, 102, 204, 0.5); } .flux.favorite { @@ -1043,7 +1043,8 @@ main.prompt { color: #303136; opacity: 0.75; } -.flux .item.date { +.flux .flux_header .date, +.flux .flux_content .bottom .date { color: rgba(48, 49, 54, 0.5); font-size: 0.85rem; } |
