Keyboard Shortcuts Enable/Disable is now at Right Sidebar, where already was list of Keyboard Shortcuts.

Thanks to xet7 !

Fixes https://github.com/wekan/wekan/pull/5628
This commit is contained in:
Lauri Ojansivu 2024-12-25 07:14:22 +02:00
parent 7fc364cb63
commit 275ac445d0
5 changed files with 17 additions and 15 deletions

View file

@ -104,10 +104,14 @@
}
.sidebar .sidebar-shortcuts {
top: 7px;
font-size: 0.8em;
font-size: 1em;
line-height: 1.6em;
color: #999;
}
.sidebar .sidebar-shortcuts .sidebar-btn {
margin-left: 3px;
margin-right: 20px;
}
.board-sidebar {
display: none;
width: 30vw;