Fix following button on channel page on mobile in guest mode

This commit is contained in:
Raphael Wickihalder 2022-02-18 17:56:39 +01:00
parent 6e79aa4950
commit 4c27d6673f

View file

@ -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;