strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

commit 934b891da6608da11ce6af6d7ad14f51268b3951
parent 517de779d2e34364474387700f6031aca0a1e138
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat,  4 Jun 2022 14:51:01 -0700

Wide screens get 3 columns

Diffstat:
Msrc/strix/ui/style.css | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/strix/ui/style.css b/src/strix/ui/style.css @@ -20,6 +20,13 @@ body { } } +@media (min-width: 100em) { + #live-feeds { + column-count: 3; + column-gap: 1px; + } +} + #topview { display: flex; max-height: 70%