]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
Fix responsive in my channel/my videos pages
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channels.component.scss
index bcb58eac2a6634559d441199673a5fa7cd12c2e7..f047bb4110569f9216ae912ed9c0a3c3e7cbc25f 100644 (file)
@@ -2,7 +2,7 @@
 @import '_mixins';
 
 .create-button {
-  @include create-button;
+  @include create-button('../../../assets/images/global/add.svg');
 }
 
 /deep/ .action-button {
 }
 
 @media screen and (max-width: 800px) {
+  .video-channels-header {
+    text-align: center;
+  }
+
   .video-channel {
     flex-direction: column;
     height: auto;
     text-align: center;
 
+    .video-channel-names {
+      justify-content: center;
+    }
+
     img {
       margin-right: 0;
     }