updated browse to command
This commit is contained in:
parent
dd57fce842
commit
3fc8466680
3 changed files with 120 additions and 8 deletions
|
@ -702,7 +702,7 @@ progress {
|
|||
}
|
||||
|
||||
|
||||
#nowPlayingBar > *:not(#mediaElement) {
|
||||
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer) {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
|
@ -872,6 +872,21 @@ input[type="range"]::-ms-fill-upper {
|
|||
}
|
||||
}
|
||||
|
||||
.mediaFlyoutContainer {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mediaPlayerFlyout {
|
||||
width: 200px;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
border: 1px solid #999;
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
bottom: 55px;
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
.installedPluginTitle {
|
||||
max-width: 85px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue