mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 04:18:54 +08:00
UX: remove border under mobile time gap too
This commit is contained in:
parent
4fe96974c8
commit
d7d8df7d3a
app/assets/stylesheets
@ -344,12 +344,6 @@ table.md-table {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide the reply border above the time gap notices */
|
|
||||||
.time-gap + .topic-post .topic-body,
|
|
||||||
.time-gap + .topic-post .topic-avatar {
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.whisper {
|
.whisper {
|
||||||
.post-info.whisper {
|
.post-info.whisper {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
@ -583,10 +583,6 @@ video {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-action.deleted {
|
|
||||||
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#share-link {
|
#share-link {
|
||||||
width: 365px;
|
width: 365px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
@ -718,6 +714,16 @@ $topic-avatar-width: 45px;
|
|||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-action.deleted {
|
||||||
|
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* hide the reply border above the time gap notices */
|
||||||
|
.time-gap + .topic-post .topic-body,
|
||||||
|
.time-gap + .topic-post .topic-avatar {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.posts-wrapper {
|
.posts-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
@ -15,13 +15,18 @@
|
|||||||
|
|
||||||
.small-action-desc {
|
.small-action-desc {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hide the reply border above the time gap notices */
|
||||||
|
.time-gap + .topic-post article {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-post article {
|
.topic-post article {
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user