mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 22:37:47 +00:00
Fix: Disabled the new episode grid on older browsers to avoid issues with Music pages
This commit is contained in:
@@ -515,23 +515,13 @@ html {
|
||||
|
||||
/* episode grid start */
|
||||
|
||||
.layout-desktop .detailSection > #listChildrenCollapsible .vertical-list,
|
||||
.layout-desktop .detailPageContent > #childrenCollapsible .vertical-list {
|
||||
@supports (display: revert) {
|
||||
.vertical-list:has(.listItem-largeImage) {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min(var(--minEpisodeCardWidth), 100%), 1fr));
|
||||
gap: var(--itemColumnGap);
|
||||
}
|
||||
|
||||
/* @media (max-width: 64em) {
|
||||
.layout-desktop .listItemImage-large {
|
||||
width: 100%;
|
||||
}
|
||||
.layout-desktop .detailSection > #listChildrenCollapsible .vertical-list,
|
||||
.layout-desktop .detailPageContent > #childrenCollapsible .vertical-list {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
} */
|
||||
|
||||
.layout-desktop .listItem-largeImage {
|
||||
display: grid;
|
||||
margin-bottom: 0 !important;
|
||||
@@ -556,7 +546,6 @@ html {
|
||||
min-height: 15em;
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
/* margin: 0 !important; */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -573,6 +562,7 @@ html {
|
||||
grid-column: 3;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* episode grid end */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user