Merge branch 'master' of https://github.com/Qortal/qortal-ui into feature/show-reaction-names

This commit is contained in:
Justin Ferrari 2023-01-26 15:07:17 -05:00
commit 1f07621700
2 changed files with 3 additions and 4 deletions

View File

@ -1820,7 +1820,6 @@ class GroupManagement extends LitElement {
setTimeout(getGroupInvites, 1)
configLoaded = true
}
console.log('parse', JSON.parse(c))
this.config = JSON.parse(c)
})
parentEpml.subscribe('copy_menu_switch', async value => {

View File

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