Jump to content

During web playback, Music file type displayed at the left side


Efina
Go to solution Solved by Happy2Play,

Recommended Posts

Hello, I just updated the server from 4.7.6 to 4.7.9 and I found the music file type being displayed at the left side, i.e. FLAC, MP3 etc...

This makes me feel very uncomfortable, will this problem be solved later on?

image.thumb.png.fbc7420b134e8c1cac34f97cf66c4a72.png

Edited by Efina
Link to comment
Share on other sites

Happy2Play

Do you have any custom css? 

What browser?

Is this the local web client or online web client?

It appears centered for me.

Link to comment
Share on other sites

Thank you Happy2Play.

It is the CSS, 

/.mediaInfoItem:last-child {
    width: 100%;
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: .2em;
}

I have made the media tag to be displayed in next line before. In 4.7.9, it appaers to affect music file type as well.

How to not target those "music file type" as well?

Edited by Efina
Link to comment
Share on other sites

  • Solution
Happy2Play

@Efina Where exactly do you want it?  If you don't want it affected then something like this.

.mediaInfoItems .mediaInfoItem:last-child {
    width: 100%;
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: .2em;
}

or

.mediaInfoItem:last-child:not(.videoOsd-audioInfo .mediaInfoItem) {
    width: 100%;
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: .2em;
}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...