/* ==UserStyle== @name Holo no Suika - Customization @description Provides some extra customization options for Hololive Suika. @version 2024.10.25.18.50 @author MetalTxus @namespace https://github.com/jesuscc1993/ @license CC BY-SA 4.0 @preprocessor stylus @var checkbox fullscreen "Fullscreen" 0 ==/UserStyle== */ @-moz-document url-prefix("https://tkgames-develop.github.io/holo_watermelon") { if (fullscreen) { body > :not(.unity-desktop) { display: none; } body { background: black; } #unity-container.unity-desktop { #unity-canvas { height: 100vh !important; width: calc(100vh * 0.75) !important; } #unity-footer { display: none; } } } }