1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 14:50:56 +00:00
FrankerFaceZ/src/sites/clips/css_tweaks/full-width.scss

14 lines
317 B
SCSS
Raw Normal View History

@media (min-width: 1200px) {
.clips-edit-clip-wrapper {
max-width: #{"min(calc(100vw - 4rem),calc(16 / 9 * calc(100vh - 31rem)))"};
width: 100vw;
}
.clips-watch {
max-width: #{"min(calc(100vw - 2rem),calc(calc(16 / 9 * calc(100vh - 15rem)) + 36rem))"};
}
.clips-sidebar {
height: unset !important;
}
}