Fix list bottom margin

This commit is contained in:
Christoph Hagen 2021-11-20 16:40:36 +01:00
parent 8d43a60926
commit 7d49e8a7ed
3 changed files with 1 additions and 14 deletions

View File

@ -191,7 +191,6 @@ input[type=text] {
.add-calender-event {
-ms-grid-row: 5;
grid-row: 5;
/* display: none; */
}
@media only screen and (max-width: 800px) {

File diff suppressed because one or more lines are too long

View File

@ -67,17 +67,6 @@ body {
position: absolute;
}
.member-list {
font-size: 24px;
color: white;
top: 20%;
left: 5%;
position: absolute;
width: 90%;
height: 75%;
overflow-y: auto;
}
.button {
padding: 10px 40px;
border: thin solid rgba(255, 255, 255, 0.2);
@ -175,7 +164,6 @@ input[type=text] {
.add-calender-event {
-ms-grid-row: 5;
grid-row: 5;
display: none;
}
@media only screen and (max-width: 800px) {