mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
* 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.
14 lines
No EOL
317 B
SCSS
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;
|
|
}
|
|
} |