@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user