Skip to content

Commit 49dbf33

Browse files
committed
Fix mobile buttons
1 parent 2a97758 commit 49dbf33

File tree

1 file changed

+2
-1
lines changed
  • client/src/standalone/player/src/sass/shared

1 file changed

+2
-1
lines changed

client/src/standalone/player/src/sass/shared/mobile.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
.vjs-ended {
156156
.main-button {
157157
&::before {
158-
content: "\f116";
158+
content: "\f11b";
159159
}
160160
}
161161
}
@@ -177,6 +177,7 @@
177177

178178
&.vjs-seeking,
179179
&.vjs-waiting,
180+
&.vjs-mobile-sliding,
180181
&.vjs-fast-seeking {
181182
.main-button {
182183
display: none;

0 commit comments

Comments
 (0)