1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 16:38:31 +00:00
FrankerFaceZ/src/sites/clips/css_tweaks/full-width.scss
SirStendec 35c99df8aa 4.29.1
* Changed: Apply the full width clips page setting to the create new clip page.
* Fixed: Issue with Apollo failing to initialize breaking multiple parts of FFZ.
* API Changed: Support `sfw_images` when rendering rich tokens.
2021-09-10 16:23:20 -04:00

14 lines
No EOL
317 B
SCSS

@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;
}
}