Files
ShrinkVertically/Template/layout/variable.php

4 lines
135 B
PHP

<style type="text/css">
:root { --sv-shrink-offset: <?= (int) $this->app->config('shrink_vertically_offset', 240) ?>px; }
</style>