mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-30 17:25:54 +00:00
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)
|
setTimeout(getGroupInvites, 1)
|
||||||
configLoaded = true
|
configLoaded = true
|
||||||
}
|
}
|
||||||
console.log('parse', JSON.parse(c))
|
|
||||||
this.config = JSON.parse(c)
|
this.config = JSON.parse(c)
|
||||||
})
|
})
|
||||||
parentEpml.subscribe('copy_menu_switch', async value => {
|
parentEpml.subscribe('copy_menu_switch', async value => {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user