mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-09-23 19:15:38 -04:00
The Actions and Options rows are flex lines, so a checkbox sat next to a growing text input or select was shrinkable and rendered 16.5px against the 18px of the rows that have nothing after them -- visible on Execute command on all matches, and on Copy/Move once their storage select is shown. Take the checkboxes out of the shrinking. #content is a flex column, so once the log panel became a second child the form shrank below its content and, having overflow:auto from skin.css, grew a scrollbar of its own that cut the Actions list in half. Let the form keep its height and leave the scrolling to #content, which now shows the whole view in one scroller. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.