This commit is contained in:
Lazy Hippopotamus
2023-07-06 14:06:25 -04:00
parent 48d4c2cc5d
commit 231045983a
5 changed files with 80 additions and 56 deletions

View File

@@ -196,6 +196,7 @@ body:not(.sidebar-opened) > #sider-outer > #sider {
overflow: hidden;
padding: 0;
margin: 0;
display: none;
}
body:not(.sidebar-opened) > #sider-outer > #sider > img {
@@ -505,6 +506,15 @@ h1 {
overflow: hidden;
}
#content > .wide {
margin: 0px;
width: 100%;
}
#content {
min-height: 50vh;
}
#content > p > .overlay {
position: absolute;
top: 50%;