diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-13 01:04:30 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-13 01:04:30 +0200 |
commit | 2ca98e477d0b282e7fbc7fc95130bea3e1e5444e (patch) | |
tree | 77a0d47f614ed5a5b53ae9f68794d583dfca8447 /client/components | |
parent | 677bfc3f6b2efa7a0a37e9d7e92559881d5d68d3 (diff) | |
download | wekan-2ca98e477d0b282e7fbc7fc95130bea3e1e5444e.tar.gz wekan-2ca98e477d0b282e7fbc7fc95130bea3e1e5444e.tar.bz2 wekan-2ca98e477d0b282e7fbc7fc95130bea3e1e5444e.zip |
- Fix2: 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/lists/list.styl | 4 | ||||
-rw-r--r-- | client/components/sidebar/sidebar.styl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 70502083..7e4550a4 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -84,6 +84,7 @@ padding-left: 10px color: #a6a6a6 + .list-header-menu position: absolute padding: 27px 19px @@ -155,6 +156,9 @@ float: left @media screen and (max-width: 800px) + .list-header-menu + margin-right: 30px + .mini-list flex: 0 0 60px height: 60px diff --git a/client/components/sidebar/sidebar.styl b/client/components/sidebar/sidebar.styl index 1b034bce..740186b5 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: 70px + top: 5px display: block border-radius: 50% border: 1px solid darken(white, 30%) |