FIX: On mobile some elements were overlayed on each other

This commit is contained in:
Robin Ward 2016-02-12 15:12:01 -05:00
parent 3abf5ebb66
commit 81ee8f760a
1 changed files with 8 additions and 17 deletions

View File

@ -2,14 +2,15 @@
/* may not need this */
}
.time-gap {
.small-action {
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
color: lighten($primary, 50%);
padding-bottom: 3px;
text-transform: uppercase;
font-weight: bold;
}
.small-action.time-gap .topic-avatar {
.small-action .topic-avatar {
margin-top: 5px;
}
@ -18,6 +19,11 @@
padding: 6px 0;
}
.post-stream {
padding-bottom: 30px;
}
span.badge-posts {
margin-right: 5px;
}
@ -511,21 +517,6 @@ span.highlighted {
}
}
.small-action .small-action-desc {
p {
padding-top: 0;
}
.custom-message {
margin-left: -40px;
}
}
.small-action .topic-avatar {
padding: 0;
margin: 0;
}
.gap.jagged-border {
margin-left: -10px;
margin-right: -10px;