our previous mobile avatar tap fix was incorrect

This commit is contained in:
Jeff Atwood 2014-12-01 03:36:25 -08:00
parent a3a04e06b6
commit c00c5e1024
1 changed files with 3 additions and 2 deletions

View File

@ -450,17 +450,18 @@ span.highlighted {
.topic-avatar {
float: left;
position: relative;
z-index:999; /* must render on top of topic-body + topic-meta-data, otherwise not tappable */
}
.topic-meta-data {
margin-left: 60px;
white-space: nowrap;
position: absolute;
width: 80%;
width: 100%;
left: 0px;
.names {
margin: 5px 0 0 5px;
line-height: 17px;
padding-left: 60px;
span {
display: block;
}