themes
This commit is contained in:
parent
27b778896d
commit
24d6d2a757
5 changed files with 69 additions and 77 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue