Skip to content

Commit

Permalink
Fix boost icon misalignment when clicked the detailed view boost icon…
Browse files Browse the repository at this point in the history
… on advanced web interface, Fixes #112
  • Loading branch information
ronilaukkarinen committed Apr 6, 2024
1 parent 67197aa commit bd2e55d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc35: 2024-04-06
### 2.0.0rc36: 2024-04-06

* Prepare for 4.3.0 release with SVG icons
* Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists
Expand Down Expand Up @@ -61,6 +61,7 @@
* Change column-link preferences icon
* Fix post button running away if compose form message is too long
* Fix star icon misalignment for numbered items, Fixes #116
* Fix boost icon misalignment when clicked the detailed view boost icon on advanced web interface, Fixes #112

### 1.8.3: 2023-11-12

Expand Down
5 changes: 2 additions & 3 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.0rc35 */
2.0.0rc36 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4175,7 +4175,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* Detailed status offset for boost animation */
.layout-multiple-columns.no-reduce-motion .detailed-status__button .icon-button.active:focus .icon-retweet {
left: -89px;
top: -47px;
top: -37px;
}

/* Offset in numbered item */
Expand Down Expand Up @@ -5029,7 +5029,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
2/2: If you prefer stars remove this line too */



/* Advanced web interface specific styles */

/* Make the side input last in order */
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @rolle@mementomori.social
2.0.0rc35 */
2.0.0rc36 */

/* CSS variables */
:root {
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.0rc35",
"version": "2.0.0rc36",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd2e55d

Please sign in to comment.