]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/watch/videos-watch.component.scss
Make the sort/results bar less ugly
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / watch / videos-watch.component.scss
index b6c2fc05036c57b7caa577fb1a0b08c2ff9a1aea..62ae8a1267ba335124eb160742f8d93931f79881 100644 (file)
@@ -1,5 +1,5 @@
 .embed-responsive {
-  height: 100%;
+  height: 500px;
 }
 
 #video-loading {
     from { -moz-transform: rotate(0deg);}
     to { -moz-transform: rotate(360deg);}
 }
+
+#torrent-info {
+  font-size: 10px;
+
+  div {
+    display: inline-block;
+    width: 33%;
+    text-align: center;
+  }
+}