Add link to board title and remove horizontal scroll to My Cards

This commit is contained in:
helioguardabaxo 2021-01-22 23:06:25 -03:00
parent 545c72fca3
commit e1c14b04ad
2 changed files with 4 additions and 10 deletions

View file

@ -29,8 +29,8 @@ template(name="myCards")
if $eq myCardsSort 'board'
each board in myCardsList
.my-cards-board-wrapper
.my-cards-board-title
a.fa.fa-window-maximize.my-cards-board-link(href=board.absoluteUrl)
.my-cards-board-title(class=board.colorClass, id="header")
a(href=board.absoluteUrl)
+viewer
= board.title
each swimlane in board.mySwimlanes

View file

@ -16,9 +16,6 @@
background-color: grey
color: white
.my-cards-board-link
float: right
.my-cards-swimlane-title
font-size: 1.1rem
font-weight: bold
@ -41,9 +38,6 @@
text-align: center
margin-bottom: 0.7rem
.my-cards-lists-wrapper
overflow-x: scroll
.my-cards-list-wrapper
margin: 1rem
border-radius: 5px