Revert "Move unimportant links to footer"

This reverts commit e3df3a9470.
This commit is contained in:
Spike 2023-02-19 18:03:55 +00:00 committed by GitHub
parent e3df3a9470
commit 5e03d701e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 16 deletions

View file

@ -142,6 +142,12 @@ nav #links svg {
display: none;
}
nav #version {
opacity: 50%;
vertical-align: -2px;
margin-right: 10px;
}
nav #libreddit {
vertical-align: -2px;
}
@ -286,22 +292,22 @@ main {
body > footer {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
position: absolute;
bottom: 0;
background: var(--post);
margin: 20px;
}
.footer-button {
.info-button {
align-items: center;
border-radius: .25rem;
box-sizing: border-box;
color: var(--text);
cursor: pointer;
display: inline-flex;
padding-left: 1em;
opacity: 0.8;
font-size: 150%;
padding: 0.5em;
}
.info-button > a:hover {
text-decoration: none;
}
/* / Body footer. */
@ -1545,6 +1551,7 @@ td, th {
@media screen and (max-width: 480px) {
body { padding-top: 100px; }
#version { display: none; }
.post {
grid-template: "post_header post_header post_thumbnail" auto