diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-12 09:46:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-12 09:46:24 +0200 |
commit | 02cb75c7e864fddb8c17a689e9d79012af3e0339 (patch) | |
tree | fe59cb328fe37d36d7370fc758b5c0fd7b438f58 /client/src/app | |
parent | 8bd4a1edcccdbf3bc97d261e9acf20ccf5849487 (diff) | |
download | PeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.tar.gz PeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.tar.zst PeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.zip |
Fix responsive in account channels list
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
112 | display: none; | 112 | display: none; |
113 | } | 113 | } |
114 | 114 | ||
115 | @media screen and (max-width: $mobile-view) { | 115 | @include on-small-main-col { |
116 | .channel { | 116 | .channel { |
117 | padding: 15px; | 117 | padding: 15px; |
118 | } | 118 | } |