diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-08 11:22:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-09 11:54:18 +0100 |
commit | cbedb6a5ee60690a98d1d6839bd63f1751433fe8 (patch) | |
tree | 0def1be8db3ba53819ac13c3d937970109116f23 /client | |
parent | c356907b71855c5ee8199d2ab647eb6a377c9c6a (diff) | |
download | PeerTube-cbedb6a5ee60690a98d1d6839bd63f1751433fe8.tar.gz PeerTube-cbedb6a5ee60690a98d1d6839bd63f1751433fe8.tar.zst PeerTube-cbedb6a5ee60690a98d1d6839bd63f1751433fe8.zip |
Prevent selection on rewind/forward texts
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/player/mobile.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/player/mobile.scss b/client/src/sass/player/mobile.scss index 2688860a6..84d7a00f1 100644 --- a/client/src/sass/player/mobile.scss +++ b/client/src/sass/player/mobile.scss | |||
@@ -39,6 +39,7 @@ | |||
39 | position: relative; | 39 | position: relative; |
40 | top: calc(50% - 10px); | 40 | top: calc(50% - 10px); |
41 | transform: translateY(-50%); | 41 | transform: translateY(-50%); |
42 | user-select: none; | ||
42 | } | 43 | } |
43 | 44 | ||
44 | .main-button, | 45 | .main-button, |