Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cccbef7d7 |
@@ -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()
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.') ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user