f9_theme: add a mini-avatar in "mobile" mode
This commit is contained in:
parent
0a17f270b2
commit
4c050c0d54
3 changed files with 1079 additions and 0 deletions
plugin/f9_theme/src
1068
plugin/f9_theme/src/Display.template.php
Normal file
1068
plugin/f9_theme/src/Display.template.php
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue