]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / metadata / video-description.component.scss
index fc8b4574c2b08fc4f20c09ef84a28b603e78beaa..b503a94cb640d13c4d6500167040caa9d55c0489 100644 (file)
@@ -7,7 +7,6 @@
 
   margin-top: 20px;
   margin-bottom: 20px;
-  font-size: 15px;
 
   .video-info-description-html {
     @include peertube-word-wrap;
     }
   }
 
-  .glyphicon,
   .description-loading {
-    @include margin-left(3px);
-  }
-
-  .description-loading {
-    display: inline-block;
+    @include margin-left(5px);
   }
 
   .video-info-description-more {
     font-weight: $font-semibold;
     color: pvar(--greyForegroundColor);
     font-size: 14px;
-
-    .glyphicon {
-      position: relative;
-      top: 2px;
-    }
   }
 }