mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
- Fix2: Remove overlap of side bar button with card/list menu button on mobile browser
Thanks to xet7 ! Closes #2183
This commit is contained in:
parent
677bfc3f6b
commit
2ca98e477d
2 changed files with 5 additions and 1 deletions
|
|
@ -84,6 +84,7 @@
|
||||||
padding-left: 10px
|
padding-left: 10px
|
||||||
color: #a6a6a6
|
color: #a6a6a6
|
||||||
|
|
||||||
|
|
||||||
.list-header-menu
|
.list-header-menu
|
||||||
position: absolute
|
position: absolute
|
||||||
padding: 27px 19px
|
padding: 27px 19px
|
||||||
|
|
@ -155,6 +156,9 @@
|
||||||
float: left
|
float: left
|
||||||
|
|
||||||
@media screen and (max-width: 800px)
|
@media screen and (max-width: 800px)
|
||||||
|
.list-header-menu
|
||||||
|
margin-right: 30px
|
||||||
|
|
||||||
.mini-list
|
.mini-list
|
||||||
flex: 0 0 60px
|
flex: 0 0 60px
|
||||||
height: 60px
|
height: 60px
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,7 @@
|
||||||
width: 40px
|
width: 40px
|
||||||
height: @width
|
height: @width
|
||||||
left: -@width - 7px
|
left: -@width - 7px
|
||||||
top: 70px
|
top: 5px
|
||||||
display: block
|
display: block
|
||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
border: 1px solid darken(white, 30%)
|
border: 1px solid darken(white, 30%)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue