Fix icon-button--with-counter hover shade offset
This commit is contained in:
parent
ce7fcbae67
commit
4407d6fd90
@ -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 offset of the star micro-interaction in the Explore view
|
||||||
* Fix star/unstar interactions on mobile
|
* Fix star/unstar interactions on mobile
|
||||||
@ -10,6 +10,7 @@
|
|||||||
* Fix conversation border color
|
* Fix conversation border color
|
||||||
* Fix private message attachment list padding
|
* Fix private message attachment list padding
|
||||||
* Fix favoriting private message styles
|
* Fix favoriting private message styles
|
||||||
|
* Fix icon-button--with-counter hover shade offset
|
||||||
|
|
||||||
### 1.4.1: 2024-04-05
|
### 1.4.1: 2024-04-05
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Mastodon Bird UI by @rolle@mementomori.social
|
/* Mastodon Bird UI by @rolle@mementomori.social
|
||||||
1.4.2rc8 */
|
1.4.2rc9 */
|
||||||
|
|
||||||
/* CSS variables */
|
/* CSS variables */
|
||||||
:root {
|
:root {
|
||||||
@ -1968,7 +1968,7 @@ body.embed .button.logo-button:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-single-column .status__action-bar .icon-button.icon-button--with-counter::after {
|
.layout-single-column .status__action-bar .icon-button.icon-button--with-counter::after {
|
||||||
transform: translateX(-6px);
|
transform: translateX(-6px) translateY(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Misc UI fixes */
|
/* Misc UI fixes */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user