Fix sizing

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2023-07-07 10:11:27 +02:00
parent 3b49fa079b
commit b9e15ab992
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
2 changed files with 3 additions and 2 deletions

View file

@ -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);
}

View file

@ -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>