Assorted CSS tweaks for mobile.
This commit is contained in:
@@ -142,7 +142,7 @@ body {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.crumb-link {
|
||||
.crumb-link, .crumb-link-last {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
font-size: 15px;
|
||||
@@ -391,6 +391,19 @@ body.theme-dark .small.text-muted {
|
||||
.top-bar {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.crumb-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.crumb-sep {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gallery-scroll {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
|
||||
Reference in New Issue
Block a user