diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-08 12:01:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-08 12:01:55 +0100 |
commit | 73e09f270660c78e50e86921a5ca6b356f760c7c (patch) | |
tree | fc12bdd72840715f2a5e0ffba480b60c4bc2b7fb /client/src/sass | |
parent | 6a6d92b1ecca1dfcf4b13f291553f2485814f730 (diff) | |
download | PeerTube-73e09f270660c78e50e86921a5ca6b356f760c7c.tar.gz PeerTube-73e09f270660c78e50e86921a5ca6b356f760c7c.tar.zst PeerTube-73e09f270660c78e50e86921a5ca6b356f760c7c.zip |
Try to detect incompatible web browsers
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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 { | |||
24 | color: #000; | 24 | color: #000; |
25 | } | 25 | } |
26 | 26 | ||
27 | #incompatible-browser { | ||
28 | display: none; | ||
29 | text-align: center; | ||
30 | position: absolute; | ||
31 | width: 100%; | ||
32 | top: 45%; | ||
33 | } | ||
34 | |||
27 | strong { | 35 | strong { |
28 | font-weight: $font-semibold; | 36 | font-weight: $font-semibold; |
29 | } | 37 | } |