This commit is contained in:
McShelby 2023-09-20 22:28:27 +00:00
parent e893fd0f12
commit f16d5dd407
257 changed files with 7432 additions and 7433 deletions

View file

@ -1065,12 +1065,7 @@ html[dir="rtl"] .topbar-button-next i {
flex-grow: 1;
line-height: 1.2;
margin: 0;
min-width: 0;
overflow: hidden;
padding: 0 1rem;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
}
@media screen and (max-width: 48rem) {
.topbar-breadcrumbs {
@ -1081,18 +1076,22 @@ html[dir="rtl"] .topbar-button-next i {
}
}
.topbar-breadcrumbs meta {
.breadcrumbs {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
}
.breadcrumbs meta {
display: none;
}
.topbar-breadcrumbs li {
.breadcrumbs li {
display: inline-block;
}
.topbar-breadcrumbs li:last-of-type {
cursor: text;
}
#body a[aria-disabled="true"] {
pointer-events: none;
text-decoration: none;