aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-12 09:46:24 +0200
committerChocobozzz <me@florianbigard.com>2022-10-12 09:46:24 +0200
commit02cb75c7e864fddb8c17a689e9d79012af3e0339 (patch)
treefe59cb328fe37d36d7370fc758b5c0fd7b438f58 /client
parent8bd4a1edcccdbf3bc97d261e9acf20ccf5849487 (diff)
downloadPeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.tar.gz
PeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.tar.zst
PeerTube-02cb75c7e864fddb8c17a689e9d79012af3e0339.zip
Fix responsive in account channels list
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.scss2
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 }