diff --git a/CHANGELOG.md b/CHANGELOG.md index 9128fb2..168ce97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.4.2rc8: 2024-04-05 +### 1.4.2rc9: 2024-04-05 * Fix offset of the star micro-interaction in the Explore view * Fix star/unstar interactions on mobile @@ -10,6 +10,7 @@ * Fix conversation border color * Fix private message attachment list padding * Fix favoriting private message styles +* Fix icon-button--with-counter hover shade offset ### 1.4.1: 2024-04-05 diff --git a/style.css b/style.css index 42c8848..84b6223 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.4.2rc8 */ + 1.4.2rc9 */ /* CSS variables */ :root { @@ -1968,7 +1968,7 @@ body.embed .button.logo-button:hover, } .layout-single-column .status__action-bar .icon-button.icon-button--with-counter::after { - transform: translateX(-6px); + transform: translateX(-6px) translateY(2px); } /* Misc UI fixes */