Implement support for shim avatar display

This commit is contained in:
Jonas Schäfer
2020-03-07 13:10:30 +01:00
parent c902c59f8b
commit 5ee2d97eb6
5 changed files with 45 additions and 2 deletions

View File

@@ -648,6 +648,13 @@ button.lv-tertiary, .button.lv-tertiary {
@media screen and (max-width: $small-screen-threshold) {
font-size: $_top-h-small-size;
}
text-align: center;
& > span:before {
color: $gray-900;
content: attr(data-avatar-char);
}
}
nav.usermenu > .avatar {