aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-16 09:16:41 +0100
committerChocobozzz <me@florianbigard.com>2018-11-16 09:16:41 +0100
commitfe05c3acbd48c72ac7e503bebde91830121a0bf1 (patch)
tree2f019d9fbc092c564bb5b79bad03b94eb061503b /client/src/sass/player
parent8cf998733496d44fa564e2e252356b871756c984 (diff)
downloadPeerTube-fe05c3acbd48c72ac7e503bebde91830121a0bf1.tar.gz
PeerTube-fe05c3acbd48c72ac7e503bebde91830121a0bf1.tar.zst
PeerTube-fe05c3acbd48c72ac7e503bebde91830121a0bf1.zip
Fix player progress bar when changing resolution
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/settings-menu.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/player/settings-menu.scss b/client/src/sass/player/settings-menu.scss
index d065e72fb..61965c85e 100644
--- a/client/src/sass/player/settings-menu.scss
+++ b/client/src/sass/player/settings-menu.scss
@@ -171,7 +171,7 @@ $setting-transition-easing: ease-out;
171 left: 8px; 171 left: 8px;
172 content: ' '; 172 content: ' ';
173 margin-top: 1px; 173 margin-top: 1px;
174 background-image: url('#{$assets-path}/player/images/tick.svg'); 174 background-image: url('#{$assets-path}/player/images/tick-white.svg');
175 } 175 }
176 } 176 }
177 } 177 }
@@ -197,4 +197,4 @@ $setting-transition-easing: ease-out;
197 } 197 }
198 } 198 }
199 } 199 }
200} \ No newline at end of file 200}