Skip to content

Commit

Permalink
Fix hover bubble position if the button has counter
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 18, 2024
1 parent ae79a9a commit 12c1bc1
Show file tree
Hide file tree
Showing 4 changed files with 13 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.4: 2024-10-18

* Fix hover bubble position if the button has counter

### 2.0.3: 2024-10-10

* Fix advanced view compose form media attachment bug (thanks @CliffWade@allthingstech.social!)
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]
2.0.3 */
2.0.4 */

/* CSS variables */
:root {
Expand Down
7 changes: 6 additions & 1 deletion 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.3 */
2.0.4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3391,6 +3391,11 @@ body .compose-form .compose-form__uploads {
transform: translateX(4px) translateY(2px);
}

.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:first-of-type::after {
transform: translateX(-5px) translateY(1px);
}

.layout-single-column .navigation-panel__menu {
display: flex;
flex-wrap: wrap;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,4 +17,4 @@
"stylelint-config-standard": "^30.0.1",
"stylelint-order": "^6.0.3"
}
}
}

0 comments on commit 12c1bc1

Please sign in to comment.