mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-24 11:09:38 +00:00
dev: Performed formatting
This commit is contained in:
@@ -198,11 +198,11 @@ h1 {
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailPagePrimaryContainer{
|
.layout-mobile .detailPagePrimaryContainer {
|
||||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 70%, transparent);
|
background: linear-gradient(0deg, var(--darkerGradientPoint) 70%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailPagePrimaryContainer{
|
.layout-desktop .detailPagePrimaryContainer {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -280,9 +280,10 @@ h1 {
|
|||||||
.layout-desktop .itemBackdrop {
|
.layout-desktop .itemBackdrop {
|
||||||
height: 7em !important;
|
height: 7em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailPageWrapperContainer {
|
.layout-desktop .detailPageWrapperContainer {
|
||||||
min-height: calc(100vh - 7em);
|
min-height: calc(100vh - 7em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: landscape) and (min-width: 40em) {
|
@media (orientation: landscape) and (min-width: 40em) {
|
||||||
@@ -602,7 +603,7 @@ html {
|
|||||||
/* margin-inline: 0 !important; */
|
/* margin-inline: 0 !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.formDialogHeaderTitle{
|
.formDialogHeaderTitle {
|
||||||
margin-inline: 0 !important;
|
margin-inline: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 0.5em !important;
|
padding: 0 0.5em !important;
|
||||||
@@ -793,12 +794,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
background-color: var(--lighterGradientPoint) !important;
|
background-color: var(--lighterGradientPoint) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemIcon.notification_important{
|
.listItemIcon.notification_important {
|
||||||
background-color: var(--btnDeleteColor) !important;
|
background-color: var(--btnDeleteColor) !important;
|
||||||
border: solid var(--btnDeleteBorderColor) var(--borderWidth);
|
border: solid var(--btnDeleteBorderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemIcon.notifications{
|
.listItemIcon.notifications {
|
||||||
background-color: rgb(41, 49, 83) !important;
|
background-color: rgb(41, 49, 83) !important;
|
||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
@@ -1126,7 +1127,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
border-width: var(--borderWidth);
|
border-width: var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline:not(.multiSelectCheckboxOutline) {
|
.emby-checkbox:checked+span+.checkboxOutline:not(.multiSelectCheckboxOutline) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: var(--selectorBackgroundColor);
|
background: var(--selectorBackgroundColor);
|
||||||
border: var(--lighterBorderColor) solid var(--borderWidth);
|
border: var(--lighterBorderColor) solid var(--borderWidth);
|
||||||
@@ -1137,7 +1138,7 @@ fieldset {
|
|||||||
border-color: var(--borderColor) solid var(--borderWidth);
|
border-color: var(--borderColor) solid var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionTitleTextButton > .material-icons::before {
|
.sectionTitleTextButton>.material-icons::before {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1152,7 +1153,7 @@ fieldset {
|
|||||||
background-color: var(--tableBodyColor);
|
background-color: var(--tableBodyColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
#serverActivityPage .MuiPaper-elevation2 > .MuiBox-root,
|
#serverActivityPage .MuiPaper-elevation2>.MuiBox-root,
|
||||||
#serverActivityPage .MuiTableRow-root.MuiTableRow-head,
|
#serverActivityPage .MuiTableRow-root.MuiTableRow-head,
|
||||||
#serverActivityPage .MuiTableRow-root {
|
#serverActivityPage .MuiTableRow-root {
|
||||||
background-color: var(--tableBodyColor) !important;
|
background-color: var(--tableBodyColor) !important;
|
||||||
@@ -1162,7 +1163,7 @@ fieldset {
|
|||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
|
ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
/* ! Don't change these units. They are rem because that is standard for MUI */
|
/* ! Don't change these units. They are rem because that is standard for MUI */
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
Reference in New Issue
Block a user