X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=f2d9f720126537e8466171cafea95cc20759a44b;hb=586f7c1bef1e95c2b8c74d2e9b074cc004630467;hp=438990a4057f58bd5406e243e06157843831b961;hpb=ab998f7b6dffbe461d830d3696cb46491ad6afb0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 438990a40..f2d9f7201 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -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; }