From: Chocobozzz Date: Wed, 12 Oct 2022 07:46:24 +0000 (+0200) Subject: Fix responsive in account channels list X-Git-Tag: v5.0.0-rc.1~241 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=02cb75c7e864fddb8c17a689e9d79012af3e0339;p=github%2FChocobozzz%2FPeerTube.git Fix responsive in account channels list --- diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss index 832ddf973..7870fd039 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss @@ -112,7 +112,7 @@ my-subscribe-button { display: none; } -@media screen and (max-width: $mobile-view) { +@include on-small-main-col { .channel { padding: 15px; }