mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
correct mobile badge display
This commit is contained in:
parent
cdf6aa4cb4
commit
4d5074994c
1 changed files with 3 additions and 3 deletions
|
@ -614,10 +614,10 @@
|
|||
width: 300px;
|
||||
}
|
||||
|
||||
.user-info.medium.user-detail {
|
||||
.user-info.medium .user-detail {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.user-info.medium.user-image {
|
||||
width: 50px;
|
||||
.user-info.medium .user-image {
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue