mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
style: 💄 Tidied up My Media section
This commit is contained in:
parent
0e9c9d42c2
commit
d844bc60d3
@ -64,7 +64,21 @@
|
|||||||
margin-right: -2% !important;
|
margin-right: -2% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide 'My Media' title on Homepage */
|
||||||
|
#indexPage .section0 .sectionTitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Centralise the 'My Media (small)' */
|
||||||
|
#indexPage .section0 .itemsContainer.padded-left.padded-right {
|
||||||
|
justify-content: center;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#indexPage .section0 .itemsContainer.padded-left.padded-right .emby-button {
|
||||||
|
background: rgba(35, 35, 35, 0.5);
|
||||||
|
backdrop-filter: blur(50px);
|
||||||
|
}
|
||||||
|
|
||||||
/* Rounded cards */
|
/* Rounded cards */
|
||||||
.cardContent,
|
.cardContent,
|
||||||
|
|||||||
@ -64,7 +64,21 @@
|
|||||||
margin-right: -2% !important;
|
margin-right: -2% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide 'My Media' title on Homepage */
|
||||||
|
#indexPage .section0 .sectionTitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Centralise the 'My Media (small)' */
|
||||||
|
#indexPage .section0 .itemsContainer.padded-left.padded-right {
|
||||||
|
justify-content: center;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#indexPage .section0 .itemsContainer.padded-left.padded-right .emby-button {
|
||||||
|
background: rgba(35, 35, 35, 0.5);
|
||||||
|
backdrop-filter: blur(50px);
|
||||||
|
}
|
||||||
|
|
||||||
/* Rounded cards */
|
/* Rounded cards */
|
||||||
.cardContent,
|
.cardContent,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user