Jump to content

Space between user posters on login screen


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

Some of the css from the previous version of emby server still works on my login page but how do I get rid of space between user posters on the login screen?

I used to do that with:

[data-type="User"] div.cardBox.cardBox-touchzoom.cardBox-bottompadded {margin-bottom: 0em!important;}

but since 'data-type' is no longer available I don't know how to address only Users on login screen

image.thumb.png.f63a63102f32a3e150a6926fd4b65065.png

Edited by cochize1
Link to comment
Share on other sites

  • Solution
Happy2Play

The long way, Luke is making it harder to target areas.

body > div.mainAnimatedPages.skinBody > div > div > div.vertical-wrap.centered.itemsContainer.padded-top.padded-bottom.padded-left.padded-right > div > div {margin-bottom: 0em!important;}

Did a quick look but don't know if and unwanted affected area.

Your other option is adding page id to login.html.

  • 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...