Fixed missing rounded corners when there was a single trending post

This commit is contained in:
Niléane 2023-08-01 13:17:10 +02:00
commit 48d74503a0
No known key found for this signature in database
4 changed files with 24 additions and 4 deletions

View file

@ -2166,9 +2166,14 @@ body.layout-single-column {
-------------- */
@media screen and (min-width:890px) {
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
border-radius: 8px 8px 0 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: 0;
}
.layout-single-column .account__section-headline + .scrollable article:last-child .status__wrapper {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
color: #E53880;

View file

@ -2166,9 +2166,14 @@ body.layout-single-column {
-------------- */
@media screen and (min-width:890px) {
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
border-radius: 8px 8px 0 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: 0;
}
.layout-single-column .account__section-headline + .scrollable article:last-child .status__wrapper {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
color: #E53880;

View file

@ -2166,9 +2166,14 @@ body.layout-single-column {
-------------- */
@media screen and (min-width:890px) {
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
border-radius: 8px 8px 0 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: 0;
}
.layout-single-column .account__section-headline + .scrollable article:last-child .status__wrapper {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
color: #E53880;

View file

@ -2166,9 +2166,14 @@ body.layout-single-column {
-------------- */
@media screen and (min-width:890px) {
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
border-radius: 8px 8px 0 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: 0;
}
.layout-single-column .account__section-headline + .scrollable article:last-child .status__wrapper {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
color: #E53880;