truncated breadcrumbs for mobile

main
psychobunny 10 years ago
parent 00bc69f8b2
commit 3e534f6a82

@ -213,6 +213,20 @@
font-size: 16px; font-size: 16px;
padding: 0; padding: 0;
background: none; background: none;
@media (max-width: @screen-sm-max) {
li {
display: none;
}
li:nth-last-child(2), li:nth-last-child(1), li:last-child {
display: inline-block;
}
li:nth-last-child(2):before {
display: none;
}
}
} }
#reconnect { #reconnect {

Loading…
Cancel
Save