有没有一种方法可以在 shaka 控制面板上方显示搜索栏
Is there a way that we can display seekbar above shaka control panel
我是 Shakaplayer.Is 的新手,有什么方法可以在 Shaka 控制面板上方显示 Shakaplayer 范围容器?我想 display/position shakaplayer 中控制面板元素上方的搜索栏。
下图是我需要的异常行为。
经过一些分析,我找到了 display/position shakaplayer 中控制面板元素上方的搜索栏的解决方案
我们可以使用下面的css:
.shaka-bottom-controls {
display: flex;
flex-direction: column-reverse;
}
我是 Shakaplayer.Is 的新手,有什么方法可以在 Shaka 控制面板上方显示 Shakaplayer 范围容器?我想 display/position shakaplayer 中控制面板元素上方的搜索栏。 下图是我需要的异常行为。
经过一些分析,我找到了 display/position shakaplayer 中控制面板元素上方的搜索栏的解决方案
我们可以使用下面的css:
.shaka-bottom-controls {
display: flex;
flex-direction: column-reverse;
}