mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Notifications, enable line wrapping #3527
This commit is contained in:
parent
d470281a5e
commit
e13fa0d2d1
3 changed files with 3 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ template(name="header")
|
||||||
a(href="{{pathFor 'home'}}")
|
a(href="{{pathFor 'home'}}")
|
||||||
span.fa.fa-home
|
span.fa.fa-home
|
||||||
|
|
||||||
ul
|
ul.header-quick-access-list
|
||||||
if currentList
|
if currentList
|
||||||
each currentBoard.lists
|
each currentBoard.lists
|
||||||
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
|
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
|
||||||
|
|
@ -41,7 +41,7 @@ template(name="header")
|
||||||
a(href="{{pathFor 'home'}}")
|
a(href="{{pathFor 'home'}}")
|
||||||
span.fa.fa-home
|
span.fa.fa-home
|
||||||
| {{_ 'all-boards'}}
|
| {{_ 'all-boards'}}
|
||||||
ul
|
ul.header-quick-access-list
|
||||||
//li
|
//li
|
||||||
// a(href="{{pathFor 'public'}}")
|
// a(href="{{pathFor 'public'}}")
|
||||||
// span.fa.fa-globe
|
// span.fa.fa-globe
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
a:hover, a.is-active
|
a:hover, a.is-active
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
ul
|
ul.header-quick-access-list
|
||||||
transition: opacity 0.2s
|
transition: opacity 0.2s
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
overflow-y: hidden
|
overflow-y: hidden
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,7 @@
|
||||||
color: #bbb
|
color: #bbb
|
||||||
|
|
||||||
.details
|
.details
|
||||||
|
|
||||||
.activity
|
.activity
|
||||||
display: flex
|
|
||||||
|
|
||||||
a.member
|
a.member
|
||||||
margin: 0px 0px 0px 0px
|
margin: 0px 0px 0px 0px
|
||||||
padding: 0px
|
padding: 0px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue