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/Mapco/_layout.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/Mapco/_layout.rtl.css')
| -rw-r--r-- | p/themes/Mapco/_layout.rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Mapco/_layout.rtl.css b/p/themes/Mapco/_layout.rtl.css index 0a7fa66a2..c04edcc52 100644 --- a/p/themes/Mapco/_layout.rtl.css +++ b/p/themes/Mapco/_layout.rtl.css @@ -163,7 +163,7 @@ main.prompt { /*=== Index menu */ .nav_menu { text-align: center; - padding: 5px 0; + padding: 5px 3.75rem 5px 0; .btn { border-right-width: 0; |
