Fix length-zero-no-unit (CSS)
This commit is contained in:
parent
c243d00add
commit
61719e3ab2
4 changed files with 6 additions and 6 deletions
|
@ -347,7 +347,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.sessionNowPlayingDetails {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -370,7 +370,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.playbackProgress,
|
||||
.transcodingProgress {
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue