Merge branch 'master' of https://github.com/Qortal/qortal-ui into feature/show-reaction-names
This commit is contained in:
commit
1f07621700
@ -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 => {
|
||||
@ -3640,4 +3639,4 @@ class GroupManagement extends LitElement {
|
||||
}
|
||||
}
|
||||
|
||||
window.customElements.define('group-management', GroupManagement)
|
||||
window.customElements.define('group-management', GroupManagement)
|
||||
|
@ -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;
|
||||
@ -476,4 +476,4 @@ export const qchatStyles = css`
|
||||
color: #04aa2e;
|
||||
font-size: 13px;
|
||||
}
|
||||
`
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user