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;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 12px;
|
||||||
|
font-size: var(--font-size-caption);
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ export const E2EEBanner = () => {
|
||||||
return (
|
return (
|
||||||
<Banner>
|
<Banner>
|
||||||
<div className={styles.e2eeBanner}>
|
<div className={styles.e2eeBanner}>
|
||||||
<LockOffIcon width={32} height={32} />
|
<LockOffIcon width={24} height={24} />
|
||||||
<Trans>
|
<Trans>
|
||||||
Element Call is temporarily not encrypted while we test scalability.
|
Element Call is temporarily not encrypted while we test scalability.
|
||||||
</Trans>
|
</Trans>
|
||||||
|
|
Loading…
Reference in a new issue