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

View File

@@ -226,20 +226,14 @@ $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; overflow-y: visible;
position: static;
overflow-y: visible;
}
} }
.repo-title-breadcrumb { .repo-title-breadcrumb {