cochize1 46 Posted June 5, 2021 Posted June 5, 2021 (edited) 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 Edited June 5, 2021 by cochize1
Solution Happy2Play 9458 Posted June 5, 2021 Solution Posted June 5, 2021 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now