mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Header, Quick Access, Desktop and Mobile have now the same view
This commit is contained in:
parent
d2d4c19196
commit
282505cde2
2 changed files with 6 additions and 7 deletions
|
|
@ -37,13 +37,11 @@ template(name="header")
|
||||||
span.fa.fa-home
|
span.fa.fa-home
|
||||||
| {{_ 'all-boards'}}
|
| {{_ 'all-boards'}}
|
||||||
ul
|
ul
|
||||||
li.separator -
|
|
||||||
//li
|
//li
|
||||||
// a(href="{{pathFor 'public'}}")
|
// a(href="{{pathFor 'public'}}")
|
||||||
// span.fa.fa-globe
|
// span.fa.fa-globe
|
||||||
// | {{_ 'public'}}
|
// | {{_ 'public'}}
|
||||||
each currentUser.starredBoards
|
each currentUser.starredBoards
|
||||||
li.separator -
|
|
||||||
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||||
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
||||||
= title
|
= title
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,12 @@
|
||||||
display: inline
|
display: inline
|
||||||
width: auto
|
width: auto
|
||||||
color: darken(white, 15%)
|
color: darken(white, 15%)
|
||||||
padding: 2px 5px 0
|
padding: 12px 0px
|
||||||
|
margin: -10px 0px
|
||||||
|
|
||||||
|
a
|
||||||
|
padding: 12px 10px
|
||||||
|
margin: -10px 0px
|
||||||
|
|
||||||
&.current
|
&.current
|
||||||
color: darken(white, 5%)
|
color: darken(white, 5%)
|
||||||
|
|
@ -197,13 +202,9 @@
|
||||||
|
|
||||||
li
|
li
|
||||||
height: 100%
|
height: 100%
|
||||||
padding: 12px 0px
|
|
||||||
margin: -10px 0px
|
|
||||||
|
|
||||||
a
|
a
|
||||||
height: 100%
|
height: 100%
|
||||||
padding: 12px 10px
|
|
||||||
margin: -10px 0px
|
|
||||||
|
|
||||||
span
|
span
|
||||||
.fa-home
|
.fa-home
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue