7 lines
239 B
PHP
7 lines
239 B
PHP
<style type="text/css">
|
|
:root {
|
|
--sv-shrink-offset: <?= (int) $this->app->config('shrink_vertically_offset', 240) ?>px;
|
|
--sv-bar-size: <?= (int) $this->app->config('shrink_vertically_bar_size', 25) ?>px;
|
|
}
|
|
</style>
|