Add folder name to dashboard title (#12545)

* Add folder name to dashboard title. No display on medium displays and below

* Compare folderId instead

* folderId bigger than 0
This commit is contained in:
Tobias Skarhed
2018-07-11 12:31:07 +02:00
committed by Torkel Ödegaard
parent 4d2dd22095
commit cfa555b569
2 changed files with 9 additions and 1 deletions

View File

@@ -85,6 +85,14 @@
// icon hidden on smaller screens
display: none;
}
&--folder {
color: $text-color-weak;
@include media-breakpoint-down(md) {
display: none;
}
}
}
.navbar-buttons {