FIX: On mobile some elements were overlayed on each other
This commit is contained in:
parent
3abf5ebb66
commit
81ee8f760a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue