Skip to content

Commit

Permalink
Fix heart offset in multiple columns view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 16, 2024
1 parent 0212bdd commit 234220b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc15: 2024-02-11
### 2.0.0rc16: 2024-02-11

* 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
4 changes: 2 additions & 2 deletions 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.0rc15 */
2.0.0rc16 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4280,7 +4280,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
pointer-events: none;
position: absolute;
top: -38px;
transform: scale(.6);
transform: scale(.65);
width: 100px;
}

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 @[email protected]
2.0.0rc15 */
2.0.0rc16 */

/* 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.0rc15",
"version": "2.0.0rc16",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 234220b

Please sign in to comment.