mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
use memory store + css
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
.reactionPopupMenuModal > div > div {
|
.reactionPopupMenuModal > div > div {
|
||||||
padding-inline: var(--cpd-space-6x) !important;
|
padding-inline: var(--cpd-space-6x) !important;
|
||||||
padding-block: var(--cpd-space-6x) var(--cpd-space-8x) !important;
|
padding-block: var(--cpd-space-6x) var(--cpd-space-6x) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reactionPopupMenu menu {
|
.reactionPopupMenu menu {
|
||||||
@@ -53,6 +53,7 @@
|
|||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
min-block-size: unset;
|
min-block-size: unset;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ export async function initClient(
|
|||||||
localTimeoutMs: 5000,
|
localTimeoutMs: 5000,
|
||||||
useE2eForGroupCall: e2eEnabled,
|
useE2eForGroupCall: e2eEnabled,
|
||||||
fallbackICEServerAllowed: fallbackICEServerAllowed,
|
fallbackICEServerAllowed: fallbackICEServerAllowed,
|
||||||
|
store: new MemoryStore(),
|
||||||
});
|
});
|
||||||
|
|
||||||
// In case of logging in a new matrix account but there is still crypto local store. This is needed for:
|
// In case of logging in a new matrix account but there is still crypto local store. This is needed for:
|
||||||
|
|||||||
Reference in New Issue
Block a user