diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-28 11:06:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-28 11:08:04 +0100 |
commit | d275e75453015352d5b9387eaf5078e1ba5e0ea2 (patch) | |
tree | b0f6c6b777361b59d38b0fbf50e5599c4da66d9c /client/src/assets | |
parent | 3062112200322e0a7b8a369a312f041bf4e21083 (diff) | |
download | PeerTube-d275e75453015352d5b9387eaf5078e1ba5e0ea2.tar.gz PeerTube-d275e75453015352d5b9387eaf5078e1ba5e0ea2.tar.zst PeerTube-d275e75453015352d5b9387eaf5078e1ba5e0ea2.zip |
Focus player on video loading
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/videojs-components/settings-menu-item.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/videojs-components/settings-menu-item.ts b/client/src/assets/player/videojs-components/settings-menu-item.ts index 85172a18c..84d394c0e 100644 --- a/client/src/assets/player/videojs-components/settings-menu-item.ts +++ b/client/src/assets/player/videojs-components/settings-menu-item.ts | |||
@@ -329,6 +329,8 @@ class SettingsMenuItem extends MenuItem { | |||
329 | } | 329 | } |
330 | 330 | ||
331 | setMargin () { | 331 | setMargin () { |
332 | if (!this.size) return | ||
333 | |||
332 | const [ width ] = this.size | 334 | const [ width ] = this.size |
333 | 335 | ||
334 | this.settingsSubMenuEl_.style.marginRight = `-${width}px` | 336 | this.settingsSubMenuEl_.style.marginRight = `-${width}px` |