Disabling responsive layout until we can look at the element instead of the screen
This commit is contained in:
parent
2948002b63
commit
0a6f09a287
@ -294,9 +294,10 @@ video {
|
||||
grid-row: 1 / 4;
|
||||
grid-column: 1 / 4;
|
||||
}
|
||||
/*
|
||||
@media screen and (max-aspect-ratio: 33/26) {
|
||||
/* this is the spect ratio when the vertical
|
||||
stacking starts/stops fitting in the container */
|
||||
this is the aspect ratio when the vertical
|
||||
stacking starts/stops fitting in the container
|
||||
.stream {
|
||||
grid-column-start: 1;
|
||||
}
|
||||
@ -304,6 +305,7 @@ video {
|
||||
grid-row: 2 / 5;
|
||||
}
|
||||
}
|
||||
*/
|
||||
.stream > video {
|
||||
grid-row: 1 / 4;
|
||||
grid-column: 1 / 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user