Fixed missing rounded corners when there was a single trending post
This commit is contained in:
parent
e37f80c906
commit
48d74503a0
4 changed files with 24 additions and 4 deletions
|
|
@ -2166,9 +2166,14 @@ body.layout-single-column {
|
||||||
-------------- */
|
-------------- */
|
||||||
@media screen and (min-width:890px) {
|
@media screen and (min-width:890px) {
|
||||||
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
|
.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;
|
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 {
|
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
|
||||||
color: #E53880;
|
color: #E53880;
|
||||||
|
|
|
||||||
|
|
@ -2166,9 +2166,14 @@ body.layout-single-column {
|
||||||
-------------- */
|
-------------- */
|
||||||
@media screen and (min-width:890px) {
|
@media screen and (min-width:890px) {
|
||||||
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
|
.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;
|
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 {
|
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
|
||||||
color: #E53880;
|
color: #E53880;
|
||||||
|
|
|
||||||
|
|
@ -2166,9 +2166,14 @@ body.layout-single-column {
|
||||||
-------------- */
|
-------------- */
|
||||||
@media screen and (min-width:890px) {
|
@media screen and (min-width:890px) {
|
||||||
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
|
.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;
|
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 {
|
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
|
||||||
color: #E53880;
|
color: #E53880;
|
||||||
|
|
|
||||||
|
|
@ -2166,9 +2166,14 @@ body.layout-single-column {
|
||||||
-------------- */
|
-------------- */
|
||||||
@media screen and (min-width:890px) {
|
@media screen and (min-width:890px) {
|
||||||
.layout-single-column .account__section-headline + .scrollable article:first-child .status__wrapper {
|
.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;
|
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 {
|
.layout-single-column .icon-button.active .fa.fa-retweet + .icon-button__counter .animated-number {
|
||||||
color: #E53880;
|
color: #E53880;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue