growth until hit maximum feature bloat, now decoupling into TweakDrag new plugin
This commit is contained in:
23
README.md
23
README.md
@@ -72,7 +72,7 @@ a second, mirrored scrollbar just above the columns. A small script
|
||||
strip above `#board-container` and keeps its scroll position in sync with the board both
|
||||
ways.
|
||||
|
||||
## Drag to scroll (optional)
|
||||
## Drag to scroll on Desktop (optional)
|
||||
|
||||
Kanboard has no way to pan the board by grabbing it; you must use the scrollbar. Enable
|
||||
"Drag the board background to scroll" to click and drag on the empty board background to
|
||||
@@ -84,16 +84,23 @@ keep working unchanged.
|
||||
|
||||
## Settings
|
||||
|
||||
Go to "Settings -> Shrink Vertically":
|
||||
These settings are global (per Kanboard instance) and admin-only. Go to
|
||||
"Settings -> Shrink Vertically":
|
||||
|
||||
- **Vertical offset in pixels** -- pixels reserved around the collapsed columns. Stored in
|
||||
the Kanboard configuration and injected 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 collapsed columns taller. Default: 240.
|
||||
- **Vertical offset in pixels** -- pixels reserved around the collapsed columns. Injected
|
||||
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
|
||||
collapsed columns taller. Default: 240.
|
||||
- **Scrollbar thickness and column gap in pixels** -- a single value that sets both the
|
||||
thickness of the top scrollbar (Chromium/WebKit only) and the width of the column gap.
|
||||
Injected as the `--sv-bar-size` CSS variable. Default: 25.
|
||||
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
|
||||
described above.
|
||||
described above. Default: on.
|
||||
- **Widen the gap between columns** -- toggles the wider gap between board columns (sized
|
||||
by the value above). Also adds some spacing at the left and right edges of the board.
|
||||
Default: on.
|
||||
- **Drag the board background to scroll horizontally** -- toggles the Trello-style
|
||||
click-and-drag panning described above.
|
||||
click-and-drag panning described above. Default: on.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user