mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Header, Quick Access Navigation now scrollable
This commit is contained in:
parent
4bd3329d07
commit
bad4cc12b4
1 changed files with 4 additions and 4 deletions
|
|
@ -115,11 +115,11 @@
|
||||||
ul
|
ul
|
||||||
transition: opacity 0.2s
|
transition: opacity 0.2s
|
||||||
margin: 4px 0 0 5px
|
margin: 4px 0 0 5px
|
||||||
overflow: hidden
|
overflow-x: auto
|
||||||
|
overflow-y: hidden
|
||||||
|
|
||||||
li
|
li
|
||||||
display: block
|
display: inline
|
||||||
float: left
|
|
||||||
width: auto
|
width: auto
|
||||||
color: darken(white, 15%)
|
color: darken(white, 15%)
|
||||||
padding: 2px 5px 0
|
padding: 2px 5px 0
|
||||||
|
|
@ -191,7 +191,7 @@
|
||||||
|
|
||||||
ul
|
ul
|
||||||
width: calc(100% - 60px)
|
width: calc(100% - 60px)
|
||||||
overflow: ellipsis
|
white-space: nowrap
|
||||||
padding: 10px
|
padding: 10px
|
||||||
margin: -10px
|
margin: -10px
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue