Fixed post margin conflict in Notifications

This commit is contained in:
Niléane 2023-07-30 17:45:43 +02:00
commit b97efa3e18
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -815,8 +815,8 @@ body.layout-single-column {
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.layout-single-column .scrollable > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable > div > article:first-child > div > .status__wrapper {
.layout-single-column .scrollable:first-child > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable:first-child > div > article:first-child > div > .status__wrapper {
margin-top: 15px;
}
}

View file

@ -815,8 +815,8 @@ body.layout-single-column {
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.layout-single-column .scrollable > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable > div > article:first-child > div > .status__wrapper {
.layout-single-column .scrollable:first-child > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable:first-child > div > article:first-child > div > .status__wrapper {
margin-top: 15px;
}
}

View file

@ -815,8 +815,8 @@ body.layout-single-column {
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.layout-single-column .scrollable > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable > div > article:first-child > div > .status__wrapper {
.layout-single-column .scrollable:first-child > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable:first-child > div > article:first-child > div > .status__wrapper {
margin-top: 15px;
}
}

View file

@ -815,8 +815,8 @@ body.layout-single-column {
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.layout-single-column .scrollable > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable > div > article:first-child > div > .status__wrapper {
.layout-single-column .scrollable:first-child > div:first-child > div:first-child > .status__wrapper,
.layout-single-column .scrollable:first-child > div > article:first-child > div > .status__wrapper {
margin-top: 15px;
}
}