diff options
Diffstat (limited to 'client/src/standalone/videos/embed.scss')
-rw-r--r-- | client/src/standalone/videos/embed.scss | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 8c20bae79..3631ea7e6 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss | |||
@@ -40,25 +40,6 @@ body { | |||
40 | .vjs-poster { | 40 | .vjs-poster { |
41 | background-size: 100% auto; | 41 | background-size: 100% auto; |
42 | } | 42 | } |
43 | |||
44 | @media screen and (max-width: 350px) { | ||
45 | .vjs-play-control { | ||
46 | padding: 0 5px !important; | ||
47 | width: 25px !important; | ||
48 | } | ||
49 | |||
50 | .vjs-volume-control { | ||
51 | display: none !important; | ||
52 | } | ||
53 | |||
54 | .vjs-volume-panel { | ||
55 | width: 26px !important; | ||
56 | } | ||
57 | |||
58 | .vjs-peertube-link { | ||
59 | padding: 0; | ||
60 | } | ||
61 | } | ||
62 | } | 43 | } |
63 | 44 | ||
64 | #error-block { | 45 | #error-block { |