mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Modified alignment of cards on details page for mobile
This commit is contained in:
parent
00363ff09f
commit
abe98d6d59
@ -869,6 +869,9 @@ html,
|
||||
padding: 15px 20px 5px 20px !important;
|
||||
border-radius: var(--rounded-cards) !important;
|
||||
}
|
||||
.layout-mobile .detailPageContent {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
/* Add card around description */
|
||||
.layout-desktop .detailSectionContent {
|
||||
@ -919,6 +922,9 @@ html,
|
||||
.layout-desktop .detailPagePrimaryContent {
|
||||
padding-left: 20.4vw !important;
|
||||
}
|
||||
.layout-mobile .detailPagePrimaryContent {
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
/* Padding for 2:3 posters */
|
||||
.layout-desktop .detailPageWrapperContainer:has(.detailImageContainer .portraitCard) .detailPagePrimaryContent {
|
||||
min-height: 29vw !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user