]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
View stats for channels
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channels.component.scss
index 77fce138b67ba71c24e66c65b02fb206295ab0f6..c0dc41f127229eac35cd52582aaa9a0ae425c4a7 100644 (file)
@@ -5,14 +5,15 @@
   @include create-button;
 }
 
-/deep/ .action-button {
-  &.action-button-delete {
+::ng-deep .action-button {
+  &.action-button-edit {
     margin-right: 10px;
   }
 }
 
 .video-channel {
   @include row-blocks;
+  padding-bottom: 0;
 
   img {
     @include avatar(80px);
   margin: 20px 0 50px;
 }
 
-@media screen and (max-width: 800px) {
+::ng-deep .chartjs-render-monitor {
+  position: relative;
+  top: 1px;
+}
+
+@media screen and (max-width: $small-view) {
   .video-channels-header {
     text-align: center;
   }