diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-01-06 20:12:35 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-01-06 20:12:35 +0200 |
commit | 5058233509e44916296e38fb8a6c5dd591c46d8b (patch) | |
tree | a6cb04dea64b335ddff0913883df8d01b74c0e0d /client/components | |
parent | 8442e1e83b07b10fd9799f5f3e57bc9104c32833 (diff) | |
download | wekan-5058233509e44916296e38fb8a6c5dd591c46d8b.tar.gz wekan-5058233509e44916296e38fb8a6c5dd591c46d8b.tar.bz2 wekan-5058233509e44916296e38fb8a6c5dd591c46d8b.zip |
Wider sidebar.
Thanks to vjrj !
Closes #2218
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/sidebar/sidebar.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/sidebar/sidebar.styl b/client/components/sidebar/sidebar.styl index 740186b5..c1047277 100644 --- a/client/components/sidebar/sidebar.styl +++ b/client/components/sidebar/sidebar.styl @@ -109,7 +109,7 @@ color: darken(white, 40%) .board-sidebar - width: 248px + width: 548px right: -@width transition: top .1s, right .1s, width .1s |