diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-22 23:38:33 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-23 00:35:46 +0300 |
commit | 225ad92fdac725060d0ecb0c82a046653782d182 (patch) | |
tree | 8b7759c514d3774bc6c2dfc85ba9e8ed066651f8 /localwebsite/htdocs/assets | |
parent | 02f676029a5014e822598947b0ac2f12d183a7f1 (diff) |
support street cameras
Diffstat (limited to 'localwebsite/htdocs/assets')
-rw-r--r-- | localwebsite/htdocs/assets/app.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/localwebsite/htdocs/assets/app.css b/localwebsite/htdocs/assets/app.css index cab674e..73e0667 100644 --- a/localwebsite/htdocs/assets/app.css +++ b/localwebsite/htdocs/assets/app.css @@ -150,4 +150,19 @@ @keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } +} + +/* cams page */ +.camfeeds { + display: flex; + flex-wrap: wrap; + flex-direction: row; +} +.camfeeds > video { + display: flex; + flex-basis: calc(50% - 20px); + justify-content: center; + flex-direction: column; + width: calc(50% - 10px); + margin: 5px; }
\ No newline at end of file |