diff options
| author | 2024-12-26 19:05:18 +0100 | |
|---|---|---|
| committer | 2024-12-26 19:05:18 +0100 | |
| commit | 1d10b3697d5fa04415d36059d5e04ad71aae0b78 (patch) | |
| tree | 0379c098eec5444e824a18aa4cdcc47b7d0ecdad /p/themes/base-theme/frss.rtl.css | |
| parent | 84f75e487c16d98a4c1c458fa314f565bedd65cf (diff) | |
new: reader view: footer has manage icons (#7133)
* add footer
* rename content thin medium large class
* rework css
* footer improved
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 460756cbc..4e4e25979 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -206,8 +206,8 @@ img.favicon { vertical-align: middle; } -.content.thin figure, -.content.medium figure { +.content_thin figure, +.content_medium figure { margin: 8px 0px; } @@ -1551,15 +1551,15 @@ a.website:hover .favicon { padding-bottom: calc(2 * var(--frss-padding-top-bottom)); } -.content.large { +.content_large { max-width: 1100px; } -.content.medium { +.content_medium { max-width: 900px; } -.content.thin { +.content_thin { max-width: 650px; } @@ -2347,12 +2347,20 @@ html.slider-active { padding: 1rem 0 2rem; } -.reader .flux .content { +.reader .flux .flux_content { padding: 3rem 0; background-color: var(--frss-background-color); border: 1px solid var(--frss-border-color); } +.reader .flux_content { + margin: auto; +} + +.reader .content ~ footer { + padding: 0 3rem; +} + #loglist-wrapper { overflow-x: auto; } |
