Fixed hidden dropdowns and responsive issues on members screen

This commit is contained in:
Sanne de Vries 2021-03-09 17:57:11 +01:00
parent c02f676a5f
commit 7a229cbace
2 changed files with 14 additions and 7 deletions

View File

@ -1519,7 +1519,6 @@
right: 0;
flex-direction: column;
align-items: flex-end;
overflow: hidden;
width: 100%;
max-height: 100px;
}
@ -1528,10 +1527,8 @@
position: relative;
order: 2;
margin: 0;
padding: 24px 0 40px;
padding: 6px 0 0;
max-width: calc(100vw - 390px);
overflow-x: scroll;
overflow-y: hidden;
justify-content: space-between;
}

View File

@ -56,6 +56,12 @@
table-layout: fixed;
}
@media (max-width: 1100px) {
.members-list {
border-bottom: none
}
}
.members-list .gh-list-row.header {
z-index: 1;
}
@ -343,7 +349,7 @@ p.gh-members-list-email {
display: flex;
position: relative;
flex-wrap: wrap;
border-bottom: 1px solid var(--lightgrey);
border-bottom: 1px solid var(--list-color-divider);
margin: 0;
}
@ -378,7 +384,7 @@ p.gh-members-list-email {
}
.gh-members-list-subscribed-at div {
display: inline-block;
display: inline;
margin-right: 1px;
}
@ -465,6 +471,10 @@ p.gh-members-list-email {
min-height: 120px;
}
.gh-canvas-header.break.tablet .gh-canvas-header-content {
height: 160px;
}
.members-header .gh-canvas-title {
position: absolute;
top: 29px;
@ -472,7 +482,7 @@ p.gh-members-list-email {
}
.members-header .view-actions {
margin-top: 62px;
margin-top: 30px;
width: 100%;
}