Skip to content

Commit e693055

Browse files
committed
Remove border-bottom from the trends heading
1 parent e106562 commit e693055

7 files changed

Lines changed: 16 additions & 1 deletion

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [Unreleased]
2+
3+
* Remove border-bottom from the trends heading
4+
15
### 4.0.0-alpha.8.rc2: 2026-05-24
26

37
* Hide the follows-you badge icon and nudge the badge with transform translate(-1px, 1px) for alignment

dist/mastodon-bird-ui-accessible-plus.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mastodon-bird-ui-accessible.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mastodon-bird-ui-light.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mastodon-bird-ui-stars.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mastodon-bird-ui.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* Mastodon Bird UI v4.0.0-alpha.8.rc2 - https://github.com/ronilaukkarinen/mastodon-bird-ui */
2-
/* Mastodon Bird UI v4.0.0-alpha.8.rc - https://github.com/ronilaukkarinen/mastodon-bird-ui */
32
:root {
43
--color-text-primary: #fff;
54
--color-text-secondary: #717c9b;
@@ -2725,6 +2724,10 @@ body.layout-single-column, body.layout-multiple-columns {
27252724
margin-top: calc(var(--gap-default) * 2);
27262725
}
27272726

2727+
.layout-single-column .getting-started__trends-heading, .layout-multiple-columns .getting-started__trends-heading {
2728+
border-bottom: 0;
2729+
}
2730+
27282731
.layout-single-column .trends__item__name > a, .layout-multiple-columns .trends__item__name > a {
27292732
font-size: var(--font-size);
27302733
margin-bottom: 4px;

src/components/profile/_profile-header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
margin-top: calc(var(--gap-default) * 2);
1616
}
1717

18+
.getting-started__trends-heading {
19+
border-bottom: 0;
20+
}
21+
1822
.trends__item__name > a {
1923
font-size: var(--font-size);
2024
margin-bottom: 4px;

0 commit comments

Comments
 (0)