Skip to content

Commit

Permalink
Hotfix for regression with the home icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 29, 2023
1 parent 3ae10de commit bdc1c4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.8.1: 2023-10-29

* Hotfix for regression with the home icon

### 1.8.0: 2023-10-29

* Improve button border colors in ultra accessible theme
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]
1.8.0 */
1.8.1 */

/* CSS variables */
:root {
Expand Down
17 changes: 4 additions & 13 deletions layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.8.0 */
1.8.1 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3090,19 +3090,10 @@ body.embed .button.logo-button:hover,
content: var(--icon-home-notification-active);
}

/* Replace the original icon (after 4.3.0) */
.layout-single-column .column-link .icon-home path {
display: none;
}

.layout-single-column .column-link .icon-home {
background-image: var(--icon-home);
background-repeat: no-repeat;
background-size: 24px 24px;
display: block;
height: 26px;
.layout-single-column .column-link .fa-home::before {
content: var(--icon-home);
position: relative;
width: 26px;
top: 1px;
}

/* Federated icon */
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": "1.8.0",
"version": "1.8.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bdc1c4d

Please sign in to comment.