Skip to content

Commit

Permalink
Fix icon and emoji sizes (#1403)
Browse files Browse the repository at this point in the history
Fixes icons and emoji size issues described in #1233.
  • Loading branch information
Ram Lmn authored and Gargron committed Apr 10, 2017
1 parent 1482423 commit 7054134
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/assets/stylesheets/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -865,17 +865,18 @@ a.status__content__spoiler-link {
.tabs-bar__link {
display: block;
flex: 1 1 auto;
padding: 10px 5px;
padding: 15px 10px;
color: $color5;
text-decoration: none;
text-align: center;
font-size:12px;
font-size: 14px;
font-weight: 500;
border-bottom: 2px solid lighten($color1, 8%);
transition: all 200ms linear;

.fa {
font-weight: 400;
font-size: 16px;
}

&.active {
Expand All @@ -889,6 +890,7 @@ a.status__content__spoiler-link {
}

span {
margin-left: 5px;
display: none;
}
}
Expand Down Expand Up @@ -916,10 +918,6 @@ a.status__content__spoiler-link {

@media screen and (min-width: 600px) {
.tabs-bar__link {
.fa {
margin-right: 5px;
}

span {
display: inline;
}
Expand Down Expand Up @@ -1423,6 +1421,8 @@ button.active i.fa-retweet {

.emojione {
margin: 0;
width: 100%;
height: auto;
}

.emoji-dialog-header {
Expand Down

0 comments on commit 7054134

Please sign in to comment.