bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings Speed UI css

spiroskarathanassis opened this issue · comments

On bitmovin v8+ I recognise a css bug (if it is bug).
I believe this is not clear case to cut the "normal" word.

Your css:

.bmpui-ui-settings-panel-page 
.bmpui-container-wrapper>.bmpui-ui-selectbox {
    margin-left: 10%;
    width: 45%;
}

Convert the above to:

.bmpui-ui-settings-panel-page 
.bmpui-container-wrapper>.bmpui-ui-selectbox {
    margin-left: -5%;
}