delete documents

This commit is contained in:
Jottyfan
2023-01-29 21:13:12 +01:00
parent 6ae60fad8c
commit 27ee382f4a
6 changed files with 109 additions and 16 deletions

View File

@ -104,10 +104,10 @@ div {
.mainpage {
background-color: rgba(255, 255, 255, 0.4);
padding: 8px;
padding: 16px;
overflow: auto;
width: 100%;
height: calc(100vh - 60px);
height: calc(100vh - 72px);
/* 60 px is the current height of the headline; TODO: calculate it */
}