This commit is contained in:
AlphaX-Projects 2023-01-25 16:36:36 +01:00 committed by GitHub
parent aa5da401ed
commit 4caa08f9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,11 +51,11 @@ export const qchatStyles = css`
} }
.people-list .blockedusers { .people-list .blockedusers {
z-index: 1;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 20vw; width: 20vw;
background: var(--white); background: var(--white);
border-top: 1px solid var(--border);
border-right: 3px #ddd solid; border-right: 3px #ddd solid;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -476,4 +476,4 @@ export const qchatStyles = css`
color: #04aa2e; color: #04aa2e;
font-size: 13px; font-size: 13px;
} }
` `