]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Decrease player button size on very small screens
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 438990a4057f58bd5406e243e06157843831b961..f2d9f720126537e8466171cafea95cc20759a44b 100644 (file)
@@ -24,6 +24,14 @@ body {
   color: #000;
 }
 
+#incompatible-browser {
+  display: none;
+  text-align: center;
+  position: absolute;
+  width: 100%;
+  top: 45%;
+}
+
 strong {
   font-weight: $font-semibold;
 }