mirror of
https://ghfast.top/https://github.com/paviliondev/discourse-journal.git
synced 2026-07-16 11:46:27 +08:00
44 lines
631 B
SCSS
44 lines
631 B
SCSS
.topic-post.comment {
|
|
padding-left: 20px;
|
|
margin-left: 10px;
|
|
|
|
.topic-body {
|
|
.topic-meta-data {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.regular {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.post-menu-area {
|
|
margin: 0;
|
|
|
|
nav {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.topic-journal nav.post-controls .actions {
|
|
justify-content: flex-end;
|
|
|
|
button {
|
|
flex: unset;
|
|
}
|
|
}
|
|
|
|
.topic-journal .timeline-container.timeline-fullscreen .topic-timeline {
|
|
.post-excerpt {
|
|
width: unset;
|
|
}
|
|
|
|
.timeline-entries {
|
|
left: -30px;
|
|
}
|
|
}
|
|
|
|
.time-gap + .topic-post.comment article {
|
|
border-top: 1px solid $primary-low;
|
|
}
|