aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos
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-videos
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-videos')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
index 1f22aec71..65c0c8bb2 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
@@ -100,6 +100,10 @@
100 height: auto; 100 height: auto;
101 text-align: center; 101 text-align: center;
102 102
103 .video-info-name {
104 margin: auto;
105 }
106
103 input[type=checkbox] { 107 input[type=checkbox] {
104 display: none; 108 display: none;
105 } 109 }