Updated empty members screen

This commit is contained in:
Sanne de Vries 2022-02-22 15:54:35 +01:00
parent ef8cecafe5
commit c8ad31c502
2 changed files with 4 additions and 3 deletions

View File

@ -1652,6 +1652,7 @@
@media (max-width: 1450px) {
.gh-canvas-header.break.tablet .gh-canvas-header-content {
height: 128px;
align-items: flex-start;
}

View File

@ -60,13 +60,13 @@
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: calc(100vh - 96px); /*Height of top menu*/
padding-bottom: 48px;
min-height: calc(100vh - 144px); /*Height of top menu + negative margin*/
padding-bottom: 0;
}
@media (max-width: 1450px) {
.members-list-container-stretch {
min-height: calc(100vh - 128px);
min-height: calc(100vh - 176px);
}
}