Members style update

This commit is contained in:
Peter Zimon 2021-02-24 11:02:51 +01:00
parent d0cf9a2d19
commit 69d5aedfbf
2 changed files with 6 additions and 1 deletions

View File

@ -824,6 +824,10 @@ input:focus,
color: #f8e5b9;
}
.members-list .gh-list-header {
background: var(--dark-main-bg-color);
}
/* Portal */
.gh-portal-settings-maintabs {
border: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%));

View File

@ -64,6 +64,7 @@
position: sticky;
top: 84px;
z-index: 1;
background: var(--white);
}
.members-list-header-overlay {
@ -696,7 +697,7 @@ textarea.gh-member-details-textarea {
}
.gh-member-feed {
margin-top: -12px;
margin: -12px 0;
}
.gh-member-feed-row {