This commit is contained in:
2021-04-26 21:32:45 +02:00
parent 6943c3d200
commit f934562834

View File

@@ -226,21 +226,15 @@ $header-height: 40px;
} }
} }
@media print { @media print, screen and (max-width: 768px) {
.readme {
position: static;
}
.flux-note { .flux-note {
flex-wrap: wrap; flex-wrap: wrap;
}
.note { .note {
width: 100vw; width: 100vw;
height: auto;
position: static;
overflow-y: visible; overflow-y: visible;
} }
}
.repo-title-breadcrumb { .repo-title-breadcrumb {
display: none; display: none;