fix mobile layout issues on user page

This commit is contained in:
Jeff Atwood 2015-10-22 16:43:01 -07:00
parent 7b95f8b633
commit 352824a3a4
3 changed files with 2 additions and 4 deletions

View File

@ -84,7 +84,7 @@ body {
margin: 0;
i {
font-size: 1.071em;
}
}
}
i.fa-envelope {

View File

@ -64,8 +64,7 @@ blockquote {
}
.topic-statuses {
display: inline-block;
vertical-align: middle;
float: left;
.topic-status {
i {
color: dark-light-diff($secondary, $primary, 40%, -20%);

View File

@ -292,7 +292,6 @@
img.avatar {
float: left;
margin-right: 15px;
}
.suspended {