Skip to content

Commit

Permalink
Fix following button on channel page on mobile in guest mode
Browse files Browse the repository at this point in the history
  • Loading branch information
toshokanneko committed Feb 18, 2022
1 parent 6e79aa4 commit 4c27d66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/scss/component/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ $actions-z-index: 2;
&:hover {
color: var(--color-primary) !important;
}
@media (max-width: $breakpoint-small) {
.button__label {
div:first-of-type {
top: 50% !important;
}
}
}
}
.button-following:last-of-type {
margin-left: 2px;
Expand Down

0 comments on commit 4c27d66

Please sign in to comment.