📱(frontend) collapse mobile control bar items on narrow viewports

Apply the same approach as the PiP screen to the mobile control
bar: make sure it never overflows on small phone screens by
collapsing some controls into the overflow menu when there is not
enough horizontal room.
This commit is contained in:
lebaudantoine
2026-08-24 10:27:34 +02:00
committed by aleb_the_flash
parent f18d784615
commit 24404e4ea2
5 changed files with 175 additions and 68 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Changed
- 📱(frontend) collapse mobile control bar items on narrow viewports
## [1.28.0] - 2026-08-24
### Added