Skip to content

Commit

Permalink
widget/eventlist: Fix resub icon misalignment
Browse files Browse the repository at this point in the history
_ref: #859
  • Loading branch information
sogehige committed Mar 21, 2018
1 parent 616b378 commit 1a6c005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/colors.scss
Expand Up @@ -5,6 +5,7 @@ hr { border-color: $hr !important }
.stream-info h2, .stream-info h2 i { color: theme-color("primary") !important }

.icon-follow, .icon-host, .icon-sub, .icon-subgift, .icon-resub, .icon-cheer, .icon-tip { position: absolute; right: 1rem; margin-top: -0.8rem; font-size: 1.4rem; }
.icon-resub { right: 0.5rem }
.icon-follow { color: map-get($eventlist, follow) !important; }
.icon-host { color: map-get($eventlist, host) !important; }
.icon-sub { color: map-get($eventlist, sub) !important; }
Expand Down

0 comments on commit 1a6c005

Please sign in to comment.