diff options
| author | 2025-12-06 12:18:23 +0100 | |
|---|---|---|
| committer | 2025-12-06 12:18:23 +0100 | |
| commit | d9ac9c513f733e5bc3da368e3aa3af79367c7197 (patch) | |
| tree | cfdbb22fef67fc0418a26e75629ca83f54f636f3 /p/themes/Ansum/_mobile.rtl.css | |
| parent | bccda77cd49de790407c6e8c248957e6ee9382a6 (diff) | |
Improve sidebar toggle button position (#8286)
Ref https://github.com/FreshRSS/FreshRSS/pull/8201#issuecomment-3610813235
<img width="422" height="119" alt="grafik" src="https://github.com/user-attachments/assets/0859bf55-d8e6-4401-adda-e854bf41a64a" />
Diffstat (limited to 'p/themes/Ansum/_mobile.rtl.css')
| -rw-r--r-- | p/themes/Ansum/_mobile.rtl.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Ansum/_mobile.rtl.css b/p/themes/Ansum/_mobile.rtl.css index 105bae0d2..5f1a12448 100644 --- a/p/themes/Ansum/_mobile.rtl.css +++ b/p/themes/Ansum/_mobile.rtl.css @@ -61,6 +61,8 @@ } .nav_menu { + padding-right: 0; + .btn { margin: 0; padding: 0.85rem 1.25rem; |
