Fix icon-button--with-counter hover shade offset

This commit is contained in:
Roni Laukkarinen 2023-04-05 22:48:42 +03:00
parent ce7fcbae67
commit 4407d6fd90
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 */