Skip to content

Commit

Permalink
style: sticky nav
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 7, 2024
1 parent 17a8de0 commit c6c8558
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@

.post {
max-width: 600px;
height: calc(100vh - 3px - (3 * var(--line-height)));
overflow-y: auto;
padding-right: 10px;
}

.container-xs {
Expand Down Expand Up @@ -113,9 +116,16 @@
display: block;
}

.post {
height: 100%;
overflow-y: unset;
padding-right: 0;
}

.sitemap {
column-count: 2;
width: 100%;
margin-bottom: calc(2 * var(--line-height));
}

.sitemap-grid {
Expand Down

0 comments on commit c6c8558

Please sign in to comment.