mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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 {
|
.topic-meta-data {
|
||||||
|
margin-left: 60px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
.names {
|
.names {
|
||||||
margin: 5px 0 0 65px;
|
margin: 5px 0 0 5px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue