Fix list bottom margin
This commit is contained in:
parent
8d43a60926
commit
7d49e8a7ed
@ -191,7 +191,6 @@ input[type=text] {
|
|||||||
.add-calender-event {
|
.add-calender-event {
|
||||||
-ms-grid-row: 5;
|
-ms-grid-row: 5;
|
||||||
grid-row: 5;
|
grid-row: 5;
|
||||||
/* display: none; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 800px) {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -67,17 +67,6 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-list {
|
|
||||||
font-size: 24px;
|
|
||||||
color: white;
|
|
||||||
top: 20%;
|
|
||||||
left: 5%;
|
|
||||||
position: absolute;
|
|
||||||
width: 90%;
|
|
||||||
height: 75%;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 10px 40px;
|
padding: 10px 40px;
|
||||||
border: thin solid rgba(255, 255, 255, 0.2);
|
border: thin solid rgba(255, 255, 255, 0.2);
|
||||||
@ -175,7 +164,6 @@ input[type=text] {
|
|||||||
.add-calender-event {
|
.add-calender-event {
|
||||||
-ms-grid-row: 5;
|
-ms-grid-row: 5;
|
||||||
grid-row: 5;
|
grid-row: 5;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 800px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user