mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: Removed redundant code
This commit is contained in:
@@ -66,7 +66,6 @@ html {
|
|||||||
.emby-button.show-focus:focus,
|
.emby-button.show-focus:focus,
|
||||||
.paper-icon-button-light.show-focus:focus {
|
.paper-icon-button-light.show-focus:focus {
|
||||||
background: #2f3a53;
|
background: #2f3a53;
|
||||||
/* border-radius: var(--smallRadius); */
|
|
||||||
outline: var(--borderWidth) rgb(255 255 255) solid !important;
|
outline: var(--borderWidth) rgb(255 255 255) solid !important;
|
||||||
outline-offset: calc(-1*var(--borderWidth));
|
outline-offset: calc(-1*var(--borderWidth));
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -106,7 +105,6 @@ html {
|
|||||||
border: var(--borderColor) solid var(--borderWidth) !important;
|
border: var(--borderColor) solid var(--borderWidth) !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
transition: 125ms transform;
|
transition: 125ms transform;
|
||||||
/* box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37); */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardImageContainer {
|
.cardImageContainer {
|
||||||
@@ -260,10 +258,6 @@ h1 {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noBackdropTransparency .detailPageSecondaryContainer {
|
|
||||||
/* background-color: transparent; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.portraitCard {
|
.portraitCard {
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
width: 29.5%;
|
width: 29.5%;
|
||||||
@@ -361,9 +355,6 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: landscape) and (max-height: 40em) {
|
@media (orientation: landscape) and (max-height: 40em) {
|
||||||
/* .itemBackdrop {
|
|
||||||
height: 62vh;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.portraitCard {
|
.portraitCard {
|
||||||
min-width: 2em;
|
min-width: 2em;
|
||||||
@@ -674,10 +665,6 @@ progress+span {
|
|||||||
font-size: unset;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.formDialogHeader>h1 {
|
|
||||||
/* margin-inline: 0 !important; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.formDialogHeaderTitle {
|
.formDialogHeaderTitle {
|
||||||
margin-inline: 0 !important;
|
margin-inline: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user