Skip to content

Commit

Permalink
Fix numbered heart animation in advanced view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 10, 2024
1 parent f9f5072 commit 6f40063
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.6rc2: 2024-11-10

* Fix numbered heart animation in advanced view (thanks @stedi!)

### 2.0.6rc: 2024-11-10

* Fix issues with the nav bar in 2024-11-09
Expand Down
10 changes: 9 additions & 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.6rc */
2.0.6rc2 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4327,6 +4327,14 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 25.5px;
}

.layout-multiple-columns.no-reduce-motion .star-icon.icon-button--with-counter .icon-button__counter {
margin-left: 20px;
}

.animated-number {
z-index: 99;
}

@media screen and (max-width: 889px) {
/* stylelint-disable-next-line */
.layout-multiple-columns.no-reduce-motion .status .icon-button.star-icon.activate .icon-star {
Expand Down
4 changes: 2 additions & 2 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]
2.0.6rc */
2.0.6rc2 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4762,7 +4762,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: absolute;
}

.star-icon.icon-button--with-counter .icon-button__counter {
.layout-single-column.no-reduce-motion .star-icon.icon-button--with-counter .icon-button__counter {
margin-left: 20px;
}

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.6rc",
"version": "2.0.6rc2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6f40063

Please sign in to comment.