Squish navbar further

This commit is contained in:
spikecodes 2021-01-30 20:42:12 -08:00
parent b875e9377e
commit 7933d840b3
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 8 additions and 2 deletions

View File

@ -904,6 +904,10 @@ a.search_subreddit:hover {
background: var(--foreground); background: var(--foreground);
} }
aside.prefs {
margin-top: 20px;
}
#save { #save {
background: var(--highlighted); background: var(--highlighted);
padding: 10px 15px; padding: 10px 15px;
@ -1013,6 +1017,8 @@ td, th {
/* Mobile */ /* Mobile */
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
#version { display: none; }
.post { .post {
grid-template: "post_header post_header post_thumbnail" auto grid-template: "post_header post_header post_thumbnail" auto
"post_title post_title post_thumbnail" 1fr "post_title post_title post_thumbnail" 1fr
@ -1066,7 +1072,7 @@ td, th {
width: calc(100% - 20px); width: calc(100% - 20px);
} }
#version { display: none; } nav #links { margin-left: auto; }
#subscriptions { position: unset; } #subscriptions { position: unset; }
@ -1082,6 +1088,6 @@ td, th {
} }
#user, #sidebar { margin: 20px 0; } #user, #sidebar { margin: 20px 0; }
#logo { margin: 5px auto; } #logo, #links { margin-bottom: 5px; }
#searchbox { width: calc(100vw - 35px); } #searchbox { width: calc(100vw - 35px); }
} }