mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: On mobile you couldn't click on a post avatar
This commit is contained in:
parent
0408960b74
commit
811b8f3281
1 changed files with 2 additions and 1 deletions
|
@ -470,12 +470,13 @@ span.highlighted {
|
|||
}
|
||||
|
||||
.topic-meta-data {
|
||||
margin-left: 60px;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
.names {
|
||||
margin: 5px 0 0 65px;
|
||||
margin: 5px 0 0 5px;
|
||||
line-height: 17px;
|
||||
span {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue