Add share icon and archived view state to the breadcrumbs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-07 20:03:50 +01:00
committed by Julius Härtl
parent a48169de18
commit 9cefecb45d
3 changed files with 15 additions and 4 deletions

View File

@@ -173,11 +173,16 @@ input.input-inline {
.crumb {
order: 0;
a:nth-child(2) {
a:nth-child(2),
a:nth-child(3) {
padding-left: 0;
margin-left: -5px;
}
a .icon {
margin-top: 2px;
}
.board-bullet {
display: inline-block;
width: 20px;