Fix sizing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3b49fa079b
commit
b9e15ab992
2 changed files with 3 additions and 2 deletions
|
@ -18,5 +18,6 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
gap: 12px;
|
||||
font-size: var(--font-size-caption);
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ export const E2EEBanner = () => {
|
|||
return (
|
||||
<Banner>
|
||||
<div className={styles.e2eeBanner}>
|
||||
<LockOffIcon width={32} height={32} />
|
||||
<LockOffIcon width={24} height={24} />
|
||||
<Trans>
|
||||
Element Call is temporarily not encrypted while we test scalability.
|
||||
</Trans>
|
||||
|
|
Loading…
Reference in a new issue