Files
ShrinkVertically/Template/layout/variable.php

4 lines
135 B
PHP
Raw Normal View History

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