Change order of chapters button within the player

This commit is contained in:
syeopite
2023-08-21 23:00:51 -07:00
parent 874c373499
commit 32266f5d3a

View File

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