]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-watch/video-watch.component.scss
Client: add video not found message if the video... is not found
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
index e1d9300cd625baf64331d6d3bfd5dafb8c2cbebd..45446e175986006387d682d8748b5f65e27a4bd2 100644 (file)
@@ -1,8 +1,14 @@
-my-loader {
-  display: block;
-  padding-top: 200px;
+#video-container {
   width: 100%;
+  height: 100%;
+}
+
+#video-not-found {
+  height: 300px;
+  line-height: 300px;
+  margin-top: 50px;
   text-align: center;
+  font-weight: bold;
 }
 
 .embed-responsive {
@@ -41,7 +47,7 @@ my-loader {
       top: 2px;
     }
 
-    #magnet-uri {
+    #magnet-uri, #share {
       font-weight: bold;
       opacity: 0.85;
     }
@@ -77,3 +83,10 @@ my-loader {
     }
   }
 }
+
+.modal-content {
+  input {
+    /* Force blank on readonly inputs */
+    background-color: #fff;
+  }
+}