Skip to content

Commit

Permalink
Tweak badge spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Feb 23, 2017
1 parent 99497ff commit 33c77ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webapp/sass/layout/_post.scss
Expand Up @@ -621,11 +621,6 @@
height: 22px;
}

.post__pinned-badge {
margin-left: 0;
margin-right: 5px;
}

.post__body {
background: transparent !important;
line-height: 1.6;
Expand Down
12 changes: 12 additions & 0 deletions webapp/sass/responsive/_tablet.scss
Expand Up @@ -200,6 +200,11 @@
}
}

.post__pinned-badge {
margin-left: 0;
margin-right: 5px;
}

&:not(.post--thread) {
padding: 5px .5em 0 77px;

Expand Down Expand Up @@ -346,9 +351,16 @@
}

.post__header {
float: left;
padding-top: 3px;

.col__reply {
top: -21px;
}

.post__pinned-badge {
margin-right: 5px;
}
}

&:not(.post--compact) {
Expand Down

0 comments on commit 33c77ec

Please sign in to comment.