mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-03 17:35:09 -04:00
FIX: On mobile some elements were overlayed on each other
This commit is contained in:
parent
3abf5ebb66
commit
81ee8f760a
1 changed files with 8 additions and 17 deletions
|
@ -2,14 +2,15 @@
|
||||||
/* may not need this */
|
/* may not need this */
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-gap {
|
.small-action {
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
color: lighten($primary, 50%);
|
color: lighten($primary, 50%);
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.small-action.time-gap .topic-avatar {
|
|
||||||
|
.small-action .topic-avatar {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,6 +19,11 @@
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-stream {
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
span.badge-posts {
|
span.badge-posts {
|
||||||
margin-right: 5px;
|
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 {
|
.gap.jagged-border {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue