diff options
| author | 2025-03-13 23:10:48 +0100 | |
|---|---|---|
| committer | 2025-03-13 23:10:48 +0100 | |
| commit | 7de384bf9c192292cbc726085eedfadddfa7ca7d (patch) | |
| tree | 6621d2f3e8d7b18975e2ac2d70ad4b2b56ba6195 /p/themes/Nord | |
| parent | a7361a3e7cd335c8932deba88fe60e8f673c2d40 (diff) | |
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/Nord')
| -rw-r--r-- | p/themes/Nord/nord.css | 2 | ||||
| -rw-r--r-- | p/themes/Nord/nord.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index 9b9df2d3f..907aa4dd9 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -940,7 +940,7 @@ li.item.active { background-color: var(--main-background); } -#bigMarkAsRead { +#bigMarkAsRead.big { text-decoration: none; } diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index 7bb2c47ba..6354afd73 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -940,7 +940,7 @@ li.item.active { background-color: var(--main-background); } -#bigMarkAsRead { +#bigMarkAsRead.big { text-decoration: none; } |
