mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
23 lines
577 B
CSS
23 lines
577 B
CSS
/*Narrow the login form, size according to display size (bigger on mobile)*/
|
|
#loginPage .readOnlyContent,
|
|
#loginPage form {
|
|
max-width: 22em;
|
|
}
|
|
|
|
/*Hide "please login" text, margin is to prevent login form moving too far up*/
|
|
#loginPage h1 {
|
|
display: none
|
|
}
|
|
#loginPage .padded-left.padded-right.padded-bottom-page {
|
|
margin-top: 8em
|
|
}
|
|
|
|
/*Hide "manual" and "forgot" buttons}*/
|
|
#loginPage .raised.cancel.block.btnForgotPassword.emby-button {
|
|
display: none
|
|
}
|
|
#loginPage {
|
|
background: url(https://i.imgur.com/9vL4iNf.png) !important;
|
|
background-size: cover !important;
|
|
}
|