mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed top padding on description box when media info not present
This commit is contained in:
parent
5fff995570
commit
dcfea25d62
@ -904,6 +904,11 @@ textarea {
|
|||||||
padding: 40px 20px 10px 20px !important;
|
padding: 40px 20px 10px 20px !important;
|
||||||
margin-top: 50px !important;
|
margin-top: 50px !important;
|
||||||
}
|
}
|
||||||
|
@supports selector(:has(*)) {
|
||||||
|
.layout-desktop .detailPageWrapperContainer:not(:has(.itemMiscInfo-primary .mediaInfoItem)) .detailSectionContent {
|
||||||
|
padding: 0px 20px 10px 20px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.layout-mobile .detailSectionContent {
|
.layout-mobile .detailSectionContent {
|
||||||
background: var(--secondary-background-color) !important;
|
background: var(--secondary-background-color) !important;
|
||||||
border-radius: var(--rounded-cards) !important;
|
border-radius: var(--rounded-cards) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user