Files
FreshRSS/p
polybjorn 9e39aa3540 Nord: fix nav_menu sidebar toggle overlap and mark-read dropdown edge (#8711)
* fix(Nord): nav_menu sidebar toggle overlap and mark-read dropdown edge

Two small layout issues in the Nord theme's top button row.

1. #nav_menu_toggle_aside is absolute-positioned by base-theme/frss.css,
which expects .nav_menu to reserve space via padding-left. Nord's
.nav_menu rule replaces that padding, so at narrow widths the toggle
overlaps the first button in the row. Setting position: static lets
the toggle flow inline with the other buttons.

2. At viewport widths where base-theme hides the 'Mark as read' text
button (max-width: 840px), only the dropdown toggle remains. Nord
strips the toggle's left border and radius so it visually joins the
text button, but once the text button is hidden the toggle is left
with a flat, borderless left edge. Restore the border and radius
inside the same media query.

nord.rtl.css regenerated with 'make rtl'.

Fixes #8707

* fix(Nord): consolidate mark-read toggle rule into existing media block

Move the max-width: 840px rule added in the previous commit into the
existing @media block further down the file, as requested in review.
No behavioural change; regenerated nord.rtl.css via make rtl.

---------

Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>
2026-04-22 22:55:21 +02:00
..
2025-09-05 15:56:46 +02:00
2025-09-27 14:40:35 +02:00
2014-01-03 22:54:25 +01:00