Skip to content

Commit

Permalink
Styles for Follow recommendations, "Who to follow" since Mastodon v4.…
Browse files Browse the repository at this point in the history
…3.0-alpha.1 (2024-02-01)
  • Loading branch information
ronilaukkarinen committed Feb 1, 2024
1 parent 92b75c3 commit 9f8546d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc9: 2024-01-28
### 2.0.0rc10: 2024-02-01

* Prepare for 4.3.0 release with SVG icons
* Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists
Expand Down Expand Up @@ -35,6 +35,7 @@
* Fix follow requests icon for 4.3.0 (2024-01-27)
* Reset emoji picker location from the corner to the bottom row for 4.3.0 (2024-01-27)
* Offset fixes for especially multiple column view for 4.3.0 (2024-01-27)
* Styles for Follow recommendations, "Who to follow" since Mastodon v4.3.0-alpha.1 (2024-02-01)

### 1.8.3: 2023-11-12

Expand Down
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.0rc9 */
2.0.0rc10 */

/* CSS variables */
:root {
Expand Down
8 changes: 7 additions & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
2.0.0rc9 */
2.0.0rc10 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2868,6 +2868,12 @@ body.embed .button.logo-button:hover,
opacity: 1;
}

/* Follow recommendations, "Who to follow" since Mastodon v4.3.0-alpha.1 (2024-02-01) */
.layout-single-column .inline-follow-suggestions__body__scrollable__card .account__avatar {
background-color: transparent;
border: 0;
}

/* Explore -> For you shade in bio */
.layout-single-column .scrollable .account-card__bio::after {
/* stylelint-disable-next-line */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "2.0.0rc",
"version": "2.0.0rc10",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9f8546d

Please sign in to comment.