diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index ac8e8bd..835097d 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2155,7 +2155,7 @@ body.layout-single-column { .layout-single-column .explore__search-results .trends__item:first-child { border-radius: 8px 8px 0 0; } - .layout-single-column .explore__search-results .account:last-child + .layout-single-column .explore__search-results .account:last-child, .layout-single-column .explore__search-results .trends__item:last-child, .layout-single-column .explore__search-results .load-more:last-child { border-radius: 0 0 8px 8px; diff --git a/TangerineUI.css b/TangerineUI.css index de617f1..ca8465e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2155,7 +2155,7 @@ body.layout-single-column { .layout-single-column .explore__search-results .trends__item:first-child { border-radius: 8px 8px 0 0; } - .layout-single-column .explore__search-results .account:last-child + .layout-single-column .explore__search-results .account:last-child, .layout-single-column .explore__search-results .trends__item:last-child, .layout-single-column .explore__search-results .load-more:last-child { border-radius: 0 0 8px 8px; diff --git a/mastodon/app/javascript/styles/tangerineui-purple/layout-single-column.scss b/mastodon/app/javascript/styles/tangerineui-purple/layout-single-column.scss index ac8e8bd..835097d 100644 --- a/mastodon/app/javascript/styles/tangerineui-purple/layout-single-column.scss +++ b/mastodon/app/javascript/styles/tangerineui-purple/layout-single-column.scss @@ -2155,7 +2155,7 @@ body.layout-single-column { .layout-single-column .explore__search-results .trends__item:first-child { border-radius: 8px 8px 0 0; } - .layout-single-column .explore__search-results .account:last-child + .layout-single-column .explore__search-results .account:last-child, .layout-single-column .explore__search-results .trends__item:last-child, .layout-single-column .explore__search-results .load-more:last-child { border-radius: 0 0 8px 8px; diff --git a/mastodon/app/javascript/styles/tangerineui/layout-single-column.scss b/mastodon/app/javascript/styles/tangerineui/layout-single-column.scss index de617f1..ca8465e 100644 --- a/mastodon/app/javascript/styles/tangerineui/layout-single-column.scss +++ b/mastodon/app/javascript/styles/tangerineui/layout-single-column.scss @@ -2155,7 +2155,7 @@ body.layout-single-column { .layout-single-column .explore__search-results .trends__item:first-child { border-radius: 8px 8px 0 0; } - .layout-single-column .explore__search-results .account:last-child + .layout-single-column .explore__search-results .account:last-child, .layout-single-column .explore__search-results .trends__item:last-child, .layout-single-column .explore__search-results .load-more:last-child { border-radius: 0 0 8px 8px;