This commit is contained in:
Barrett Ruth 2025-11-29 00:54:06 -05:00
parent 27b778896d
commit 24d6d2a757
5 changed files with 69 additions and 77 deletions

View file

@ -1,28 +1,3 @@
body:has(.post-container) {
display: flex;
flex-direction: column;
height: 100vh;
overflow: hidden;
}
body:has(.post-container) > header {
flex-shrink: 0;
position: sticky;
top: 0;
z-index: 100;
background: var(--background);
}
body:has(.post-container) .main {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
}
body:has(.post-container) > footer {
flex-shrink: 0;
}
li {
margin: 5px 0;
}