Fix 'Find new channels' page on mobile
This commit is contained in:
parent
e23e0f526d
commit
745148c2dc
2 changed files with 18 additions and 0 deletions
|
@ -65,6 +65,7 @@ function UserChannelFollowIntro(props: Props) {
|
|||
|
||||
return (
|
||||
<Card
|
||||
className="channelsToFollow-wrapper"
|
||||
title={__('Find channels to follow')}
|
||||
subtitle={__(
|
||||
'%SITE_NAME% works better if you find and follow a couple creators you like. You can also block channels you never want to see.',
|
||||
|
|
|
@ -1045,6 +1045,23 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
.channelsToFollow-wrapper {
|
||||
margin-top: var(--spacing-l);
|
||||
|
||||
.claim-preview__wrapper--channel {
|
||||
.claim-preview--channel {
|
||||
a {
|
||||
.button__content {
|
||||
align-items: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
.menu__button {
|
||||
right: var(--spacing-xs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Temporary master classes
|
||||
.date_time {
|
||||
font-size: var(--font-xsmall);
|
||||
|
|
Loading…
Reference in a new issue