strix

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

commit b2e0ace76b7f64b20d6deabc848a403b15e2d480
parent 3a50383548a53f243ed6c5fdc610454ad646a3c7
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat, 10 Apr 2021 07:43:15 -0700

Make feeds 100% width on smaller screens

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

diff --git a/src/strix/ui/style.css b/src/strix/ui/style.css @@ -7,7 +7,12 @@ body { .feed { float: left; - width: 49%; +} + +@media (min-width: 40em) { + .feed { + width: 49%; + } } td.prev,td.next {