summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-13 00:01:38 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-13 00:01:38 +0200
commit677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3 (patch)
treec5310e967f6b4e709388bc9aa6e794dd51c8d6cc
parentc7721b048df63bba295acf9291dee5d9a32e779c (diff)
downloadwekan-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
-rw-r--r--client/components/sidebar/sidebar.styl2
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%)