f9_theme: add a mini-avatar in "mobile" mode

This commit is contained in:
snow flurry 2025-04-12 10:43:56 -07:00
parent 0a17f270b2
commit 4c050c0d54
3 changed files with 1079 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -3361,6 +3361,14 @@ img.avatar {
.poster img.avatar {
max-width: 100%;
}
span.mini-avatar {
display: none;
margin-right: 0.15em;
}
.mini-avatar img.avatar {
max-height: 1.6em !important;
border-radius: 3px;
}
.postarea, .moderatorbar {
margin: 0 0 0 175px;
}

View file

@ -311,6 +311,9 @@
.custom_fields_above_member {
display: none;
}
span.mini-avatar {
display: inline-block;
}
.user_info li.title,
.user_info li.membergroup {
display: inline-block;