Fix following button on channel page on mobile in guest mode
This commit is contained in:
parent
6805e78d2c
commit
4d77d2a6c6
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue