Fix crumb for small displays.

This commit is contained in:
Lars Jung 2015-04-06 18:48:03 +02:00
parent ce2581d092
commit daa9e20e48
2 changed files with 10 additions and 3 deletions

2
.jscs.json Normal file
View file

@ -0,0 +1,2 @@
{
}

View file

@ -3,9 +3,14 @@
#topbar { #topbar {
.crumb { .crumb {
display: none; display: none;
}
.current { &.active {
display: block; display: inline-block;
.sep {
width: 0;
}
}
} }
} }
#view.view-details { #view.view-details {