mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
At max-width: 840px, the existing rules only adjusted .stick wrappers and their child buttons. .group elements were missing from the selector list, so their child buttons kept the default 10px horizontal margin from the .nav_menu .btn rule, breaking the visual joining of multi-button groups (e.g. Views) at narrow widths. Add .nav_menu .group to both existing selectors so .group is treated the same as .stick — the wrapper gets outer margin, child buttons get zero horizontal margin. Same pattern already used by Alt-Dark and Pafat at narrow widths. .rtl.css regenerated via make rtl. npm run stylelint passes. Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>