hide top links from the top bar in the cleaned homepage view

This commit is contained in:
teddit 2022-06-11 14:00:01 +02:00
parent a63b5beb7e
commit 0432c7484d
1 changed files with 5 additions and 1 deletions

View File

@ -1581,7 +1581,7 @@ code {
margin:5px 0
}
/* HOMEPAGE SECTION */
/* "CLEANED HOMEPAGE" SECTION */
body.homepage.clean {
margin: 0;
width: 100vw;
@ -1635,6 +1635,10 @@ body.homepage.clean .sublinks a {
margin-right: 0.3rem;
}
.homepage.clean .top-links {
display: none;
}
@media only screen and (max-width: 768px) {
body.homepage.clean form, body.homepage.clean .sublinks {
width: 90%;