mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: better likes count margin
This commit is contained in:
parent
9bf87f3665
commit
629ad48621
@ -55,8 +55,8 @@ nav.post-controls {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.like-count {
|
.like-count {
|
||||||
font-size: inherit;
|
font-size: $font-up-1;
|
||||||
margin-right: -5px;
|
margin-right: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-action {
|
.highlight-action {
|
||||||
@ -205,7 +205,7 @@ nav.post-controls {
|
|||||||
.embedded-posts {
|
.embedded-posts {
|
||||||
h1, h2, h3 { margin: 10px 0; }
|
h1, h2, h3 { margin: 10px 0; }
|
||||||
border: 1px solid $primary-low;
|
border: 1px solid $primary-low;
|
||||||
|
|
||||||
.topic-body {
|
.topic-body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: calc(100% - 70px); // [100% - .topic-avatar width]
|
width: calc(100% - 70px); // [100% - .topic-avatar width]
|
||||||
@ -628,7 +628,7 @@ $topic-avatar-width: 45px;
|
|||||||
|
|
||||||
.time-gap + .topic-post .embedded-posts.top {
|
.time-gap + .topic-post .embedded-posts.top {
|
||||||
border-bottom: 1px solid $primary-low;
|
border-bottom: 1px solid $primary-low;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.posts-wrapper {
|
.posts-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user