aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-16 15:17:50 +0200
committerChocobozzz <me@florianbigard.com>2018-07-16 15:17:50 +0200
commitf2bbd1e1b1eb662184b00e59c210042e5b39499e (patch)
treec95cf12cbfb0628355d6b5b76b40b39943c4a1c4 /client/src/app/+my-account/my-account-video-channels
parentac862a8c20479d45e1aeb9b2c4a3441b07784520 (diff)
downloadPeerTube-f2bbd1e1b1eb662184b00e59c210042e5b39499e.tar.gz
PeerTube-f2bbd1e1b1eb662184b00e59c210042e5b39499e.tar.zst
PeerTube-f2bbd1e1b1eb662184b00e59c210042e5b39499e.zip
Fix responsive in my channel/my videos pages
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
index 56a637a82..f047bb411 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
@@ -56,11 +56,19 @@
56} 56}
57 57
58@media screen and (max-width: 800px) { 58@media screen and (max-width: 800px) {
59 .video-channels-header {
60 text-align: center;
61 }
62
59 .video-channel { 63 .video-channel {
60 flex-direction: column; 64 flex-direction: column;
61 height: auto; 65 height: auto;
62 text-align: center; 66 text-align: center;
63 67
68 .video-channel-names {
69 justify-content: center;
70 }
71
64 img { 72 img {
65 margin-right: 0; 73 margin-right: 0;
66 } 74 }