mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-02 16:16:36 +00:00
deploy: bb68b7b28a
This commit is contained in:
parent
e893fd0f12
commit
f16d5dd407
257 changed files with 7432 additions and 7433 deletions
css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue