misc
remove login background edit login page padding and margins subtitles font weight
This commit is contained in:
parent
cd5e4c2e34
commit
0268bd3a18
1 changed files with 15 additions and 14 deletions
|
@ -218,12 +218,6 @@ progress::-webkit-progress-value {
|
|||
color: rgba(255,255,255,0.75) !important;
|
||||
}
|
||||
|
||||
/*Login background*/
|
||||
#loginPage {
|
||||
background: url(https://levi.land/public/jf-login-bg.webp) !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
/*Make watched icon, footer on chapter thumbnails (and other things), and count indicator dark and transparent*/
|
||||
.innerCardFooter,
|
||||
.countIndicator,
|
||||
|
@ -618,7 +612,7 @@ progress::-webkit-progress-value {
|
|||
}
|
||||
|
||||
#loginPage .padded-left.padded-right.padded-bottom-page {
|
||||
margin-top: 8em
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
||||
/*Hide "manual" and "forgot" buttons}*/
|
||||
|
@ -626,15 +620,18 @@ progress::-webkit-progress-value {
|
|||
display: none
|
||||
}
|
||||
|
||||
|
||||
#loginPage .padded-left.padded-right.padded-bottom-page {
|
||||
padding-left: 1%;
|
||||
padding-right: 1%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
width: 24em;
|
||||
width: 40em;
|
||||
border-radius: var(--rounding);
|
||||
}
|
||||
#loginPage .squareCard {
|
||||
width: 33%;
|
||||
width: 25%;
|
||||
}
|
||||
#loginPage form {
|
||||
padding-top: 4em;
|
||||
|
@ -645,11 +642,6 @@ progress::-webkit-progress-value {
|
|||
margin-right: auto !important;
|
||||
margin-bottom: 1.2em !important;
|
||||
}
|
||||
#loginPage {
|
||||
background: url(https://levi.land/public/jf-login-bg.webp) !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
|
||||
/*Size episode preview images in a more compact way*/
|
||||
.listItemImage.listItemImage-large.itemAction.lazy {
|
||||
|
@ -1180,6 +1172,15 @@ progress::-webkit-progress-value {
|
|||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.videoSubtitlesInner {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pageTitle {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
.videoOsdBottom {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue