- design fixes

- auto logout
- upload file
This commit is contained in:
2021-07-06 23:15:18 +02:00
parent 1d8f624adf
commit 9cffe4e427
13 changed files with 123 additions and 46 deletions

View File

@@ -17,7 +17,6 @@
margin: 5px;
height: 100%;
width: 30%;
max-width: 400px;
border-right: #404040 2px solid;
}

View File

@@ -2,11 +2,9 @@
position: fixed;
z-index: 100000;
padding-top: 100px;
left: 0;
top: 0;
padding-bottom: 100px;
width: 100%;
height: 100%;
overflow: auto;
height: calc(100% - 200px);
background-color: rgba(0, 0, 0, 0.8);
}
@@ -16,6 +14,7 @@
padding: 20px;
border: 1px solid #888;
width: 90%;
height: 100%;
border-radius: 5px;
display: flex;
flex-direction: column;
@@ -51,9 +50,10 @@
#modal_content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #fefefe;
width: 100%;
height: calc(100% - 16px - 2em);
height: 90%;
}