mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Header, Scrollbar now also at desktop version if needed
This commit is contained in:
parent
e6d42f21a2
commit
d2d4c19196
2 changed files with 8 additions and 9 deletions
|
|
@ -32,11 +32,11 @@ template(name="header")
|
||||||
img(src="{{currentSetting.customTopLeftCornerLogoImageUrl}}" height="{{#if currentSetting.customTopLeftCornerLogoHeight}}#{currentSetting.customTopLeftCornerLogoHeight}{{else}}27{{/if}}" width="auto" margin="0" padding="0")
|
img(src="{{currentSetting.customTopLeftCornerLogoImageUrl}}" height="{{#if currentSetting.customTopLeftCornerLogoHeight}}#{currentSetting.customTopLeftCornerLogoHeight}{{else}}27{{/if}}" width="auto" margin="0" padding="0")
|
||||||
unless currentSetting.customTopLeftCornerLogoImageUrl
|
unless currentSetting.customTopLeftCornerLogoImageUrl
|
||||||
img(src="{{pathFor '/logo-header.png'}}" alt="")
|
img(src="{{pathFor '/logo-header.png'}}" alt="")
|
||||||
|
span
|
||||||
|
a(href="{{pathFor 'home'}}")
|
||||||
|
span.fa.fa-home
|
||||||
|
| {{_ 'all-boards'}}
|
||||||
ul
|
ul
|
||||||
li
|
|
||||||
a(href="{{pathFor 'home'}}")
|
|
||||||
span.fa.fa-home
|
|
||||||
| {{_ 'all-boards'}}
|
|
||||||
li.separator -
|
li.separator -
|
||||||
//li
|
//li
|
||||||
// a(href="{{pathFor 'public'}}")
|
// a(href="{{pathFor 'public'}}")
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
display: flex
|
display: flex
|
||||||
z-index: 21
|
z-index: 21
|
||||||
|
padding: 10px 0px
|
||||||
|
|
||||||
#header-user-bar,
|
#header-user-bar,
|
||||||
#header-new-board-icon,
|
#header-new-board-icon,
|
||||||
|
|
@ -114,9 +115,11 @@
|
||||||
|
|
||||||
ul
|
ul
|
||||||
transition: opacity 0.2s
|
transition: opacity 0.2s
|
||||||
margin: 4px 0 0 5px
|
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
overflow-y: hidden
|
overflow-y: hidden
|
||||||
|
white-space: nowrap
|
||||||
|
padding: 10px
|
||||||
|
margin: -10px
|
||||||
|
|
||||||
li
|
li
|
||||||
display: inline
|
display: inline
|
||||||
|
|
@ -186,14 +189,10 @@
|
||||||
#header-quick-access
|
#header-quick-access
|
||||||
transition: background-color 0.4s
|
transition: background-color 0.4s
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 10px 0px
|
|
||||||
z-index: 30
|
z-index: 30
|
||||||
|
|
||||||
ul
|
ul
|
||||||
width: calc(100% - 60px)
|
width: calc(100% - 60px)
|
||||||
white-space: nowrap
|
|
||||||
padding: 10px
|
|
||||||
margin: -10px
|
|
||||||
margin-right: 10px
|
margin-right: 10px
|
||||||
|
|
||||||
li
|
li
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue