mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
23 lines
261 B
CSS
23 lines
261 B
CSS
.menuIcon {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.userButton svg * {
|
|
fill: var(--textColor1);
|
|
}
|
|
|
|
.avatar {
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
@media (min-width: 800px) {
|
|
.avatar {
|
|
width: 32px;
|
|
height: 32px;
|
|
font-size: 15px;
|
|
}
|
|
}
|