diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2025-03-13 23:10:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 23:10:48 +0100 |
commit | 7de384bf9c192292cbc726085eedfadddfa7ca7d (patch) | |
tree | 6621d2f3e8d7b18975e2ac2d70ad4b2b56ba6195 /p/themes/base-theme/frss.rtl.css | |
parent | a7361a3e7cd335c8932deba88fe60e8f673c2d40 (diff) | |
download | freshrss-7de384bf9c192292cbc726085eedfadddfa7ca7d.tar.gz freshrss-7de384bf9c192292cbc726085eedfadddfa7ca7d.zip |
Mark as read button: config for the size (#7314)
* settings
* i18n: mark_read_button
* big, small, none
* fix
* Fixes
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r-- | p/themes/base-theme/frss.rtl.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 291ee4f77..ca5f75d95 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1878,7 +1878,7 @@ a.website:hover .favicon { font-size: 0; } -#bigMarkAsRead { +#bigMarkAsRead.big { margin: 0 0 100% 0; margin: 0 0 100vh 0; padding: 1em 0 50px 0; @@ -1888,10 +1888,14 @@ a.website:hover .favicon { font-size: 1.25rem; } -.bigTick { +#bigMarkAsRead.big .bigTick { font-size: 4rem; } +#bigMarkAsRead.small .bigTick { + font-size: 2rem; +} + /*=== Statistiques */ .box .box-title .btn { position: absolute; |