mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-10 08:10:52 +00:00
9 lines
191 B
SCSS
9 lines
191 B
SCSS
|
@media (min-width: 1200px) {
|
||
|
.clips-watch {
|
||
|
max-width: #{"min(calc(100vw - 2rem),calc(calc(16 / 9 * calc(100vh - 15rem)) + 36rem))"};
|
||
|
}
|
||
|
|
||
|
.clips-sidebar {
|
||
|
height: unset !important;
|
||
|
}
|
||
|
}
|