1 Commits
v1.3 ... v1.3.1

Author SHA1 Message Date
5cccbef7d7 title fixed in config 2026-07-01 10:00:33 -03:00
4 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ class Plugin extends Base
public function getPluginVersion() public function getPluginVersion()
{ {
return '1.3.0'; return '1.3.1';
} }
public function getPluginHomepage() public function getPluginHomepage()

View File

@@ -83,8 +83,8 @@ These settings are global (per Kanboard instance) and admin-only. Go to
in the page head as the `--sv-shrink-offset` CSS variable. Increase it if the scrollbar in the page head as the `--sv-shrink-offset` CSS variable. Increase it if the scrollbar
is still clipped (for example with a taller theme header); decrease it to make the is still clipped (for example with a taller theme header); decrease it to make the
collapsed columns taller. Default: 240. collapsed columns taller. Default: 240.
- **Scrollbar thickness in pixels** -- thickness of the top scrollbar (Chromium/WebKit - **Top Horizontal Scrollbar thickness in pixels** -- thickness of the top scrollbar
only). Injected as the `--sv-bar-size` CSS variable. Default: 25. (Chromium/WebKit only). Injected as the `--sv-bar-size` CSS variable. Default: 25.
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar - **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
described above. Default: on. described above. Default: on.

View File

@@ -14,7 +14,7 @@
</fieldset> </fieldset>
<fieldset> <fieldset>
<?= $this->form->label(t('Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?> <?= $this->form->label(t('Top Horizontal Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?>
<?= $this->form->number('shrink_vertically_bar_size', $values, $errors) ?> <?= $this->form->number('shrink_vertically_bar_size', $values, $errors) ?>
<p class="form-help"> <p class="form-help">
<?= t('Thickness of the top horizontal scrollbar (Chromium/WebKit browsers only). Default: 25.') ?> <?= t('Thickness of the top horizontal scrollbar (Chromium/WebKit browsers only). Default: 25.') ?>

View File

@@ -1 +1 @@
ShrinkVertically v1.3 ShrinkVertically v1.3.1