This commit is contained in:
McShelby 2022-02-25 15:14:07 +00:00
parent db95b383d0
commit 27981c48e9
157 changed files with 3735 additions and 3722 deletions

View file

@ -991,6 +991,11 @@ span.nav i{
white-space: nowrap;
width: calc(100% - 4*3.25rem);
}
@media only all and (max-width: 47.938em) {
#body #breadcrumbs {
text-overflow: unset;
}
}
#sidebar-toggle-span {
display: none;
@ -1012,6 +1017,14 @@ span.nav i{
display: inline;
padding: 0 .75rem;
}
@media only all and (max-width: 47.938em) {
#body #breadcrumbs .links {
/* we just hide the breadcrumbs instead of display: none;
this makes sure that the breadcrumbs are still usable for
accessability */
visibility: hidden;
}
}
#body #breadcrumbs .links * {
display: inline-block;