mirror of
https://github.com/element-hq/element-call.git
synced 2026-04-27 19:25:50 +00:00
acc41c532e
This was also a good chance to switch to the semantic font size names used in Compound.
23 lines
303 B
CSS
23 lines
303 B
CSS
.menuIcon {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.userButton svg * {
|
|
fill: var(--primary-content);
|
|
}
|
|
|
|
.avatar {
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: var(--font-size-caption);
|
|
}
|
|
|
|
@media (min-width: 800px) {
|
|
.avatar {
|
|
width: 32px;
|
|
height: 32px;
|
|
font-size: var(--font-size-body);
|
|
}
|
|
}
|