forked from mystiq/hydrogen-web
enable 96px avatars
This commit is contained in:
parent
d66d810fe2
commit
f452c3ff4c
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ limitations under the License.
|
||||||
font-size: calc(var(--avatar-size) * 0.6);
|
font-size: calc(var(--avatar-size) * 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hydrogen .avatar.size-96 {
|
||||||
|
--avatar-size: 96px;
|
||||||
|
width: var(--avatar-size);
|
||||||
|
height: var(--avatar-size);
|
||||||
|
line-height: var(--avatar-size);
|
||||||
|
font-size: calc(var(--avatar-size) * 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
.hydrogen .avatar.size-64 {
|
.hydrogen .avatar.size-64 {
|
||||||
--avatar-size: 64px;
|
--avatar-size: 64px;
|
||||||
width: var(--avatar-size);
|
width: var(--avatar-size);
|
||||||
|
|
Loading…
Reference in a new issue