localwebsite: cams: better mobile layout
This commit is contained in:
parent
d454ac4a1b
commit
a3198e30a4
@ -49,7 +49,7 @@ return [
|
||||
],
|
||||
|
||||
'static' => [
|
||||
'app.css' => 8,
|
||||
'app.css' => 9,
|
||||
'app.js' => 2,
|
||||
'polyfills.js' => 1,
|
||||
'modem.js' => 1,
|
||||
|
@ -153,16 +153,24 @@
|
||||
}
|
||||
|
||||
/* cams page */
|
||||
.camfeeds {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
@media only screen and (min-width: 640px) {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
.camfeeds > video {
|
||||
display: flex;
|
||||
flex-basis: calc(50% - 20px);
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
width: calc(50% - 10px);
|
||||
margin: 5px;
|
||||
@media only screen and (max-width: 639px) {
|
||||
.camfeeds > video {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user