mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 18:53:57 -04:00
Reverts #8801 (keeping its incidental blank-line cleanups) and #8815, restoring icon-only feed column on mobile (#8814). I filed the original PR thinking the icon-only behavior was an inconsistency bug versus the configurable `topline_website` setting, not realizing it was a deliberate mobile choice. The `clamp()` cap helped, but the column still takes space the title could use, and on phones icon-only is the better tradeoff. A distinct narrow-viewport setting for `topline_website` was raised as a future improvement. * Revert "fix(themes): cap website column at narrow when feed name is shown (#8815)" This reverts commitaf6a500638. * Revert "fix(themes): show feed name at narrow widths when configured (#8801)" This reverts commit9ff4aec368. --------- Co-authored-by: FreshRSS Pi <freshrss-pi@localhost>