mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 09:34:32 -04:00
Fix monitor config view labels being pushed off-screen to the left on mobile. The CSS specificity of the mobile override selector (ul.form > li > label) was lower than the base rule (ul.form > li > label:first-child), so margin-left: -300px was never overridden on small screens. Match the :first-child pseudo-class in the media query to fix. Also add mobile responsive overrides for the watch view (which had none), and change flex-nowrap to flex-md-nowrap so sidebar/PTZ stack vertically on phones. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.