diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-13 00:01:38 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-13 00:01:38 +0200 |
commit | 677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3 (patch) | |
tree | c5310e967f6b4e709388bc9aa6e794dd51c8d6cc /client/components | |
parent | c7721b048df63bba295acf9291dee5d9a32e779c (diff) | |
download | wekan-677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3.tar.gz wekan-677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3.tar.bz2 wekan-677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3.zip |
- Fix: Remove overlap of side bar button with card/list menu button on mobile browser
Thanks to xet7 !
Closes #2183
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..1b034bce 100644 --- a/client/components/sidebar/sidebar.styl +++ b/client/components/sidebar/sidebar.styl @@ -201,7 +201,7 @@ width: 40px height: @width left: -@width - 7px - top: 5px + top: 70px display: block border-radius: 50% border: 1px solid darken(white, 30%) |