Change order of chapters button within the player

This commit is contained in:
syeopite 2023-08-21 23:00:51 -07:00
parent 5732a2a394
commit e53a483bcb
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A

View file

@ -114,6 +114,10 @@ ul.vjs-menu-content::-webkit-scrollbar {
order: 5;
}
.vjs-chapters-button {
order: 5;
}
.vjs-share-control {
order: 6;
}