Skip to content

Commit

Permalink
accomodate new svg sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Dec 29, 2018
1 parent 2bf9bed commit a5c5178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions assets/stylesheets/previews_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,18 +357,14 @@ img.thumbnail {
clear: both;
display: flex;
align-items: center;

button {
margin-right: 7px;
}
}

.like-count, .list-vote-count {
color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%));
font-size: 13px;
display: inline-block;
vertical-align: bottom;
margin-right: 2px;
margin-right: 7px;

.vote-count {
height: initial;
Expand Down Expand Up @@ -396,7 +392,7 @@ button.list-button {
overflow: hidden;

&:first-of-type {
padding-left: 1px;
padding-left: 0;
}

i {
Expand Down
6 changes: 2 additions & 4 deletions assets/stylesheets/previews_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
}
.topic-actions {
margin-top: 5px;
height: 16px;
float: none;
}
.list-button {
font-size: 1.2em;
height: 18px;
padding: 0 12px 0 0px;
font-size: 1em;
padding: 0 10px 0 0px;
}
.like-count {
font-size: 1em;
Expand Down

0 comments on commit a5c5178

Please sign in to comment.