Skip to content

Commit

Permalink
Fix star icon misalignment in Mastoodn v4.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 23, 2024
1 parent cd4b8e3 commit 5ab112c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.6rc4: 2024-11-10

* Fix star icon misalignment in Mastoodn v4.4.0-alpha.1

### 2.0.6rc3: 2024-11-10

* Fix imageless article cards don't display correctly, Fixes #137 (thanks @AlternateRT!)
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.6rc3 */
2.0.6rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4293,7 +4293,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-size: unset;
/* stylelint-disable-next-line */
content: '' !important;
height: 100px;
left: -38px;
pointer-events: none;
position: absolute;
Expand Down Expand Up @@ -4539,7 +4538,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-multiple-columns button.icon-button.icon-button--with-counter.activate.star-icon > .icon-star {
position: absolute !important;
top: unset !important;
left: -34px !important;
left: -40px !important;
}
@media (hover: none) {
Expand Down
5 changes: 2 additions & 3 deletions 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.6rc3 */
2.0.6rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -4712,7 +4712,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-size: unset;
/* stylelint-disable-next-line */
content: '' !important;
height: 100px;
left: -38px;
pointer-events: none;
position: absolute;
Expand Down Expand Up @@ -4966,7 +4965,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.layout-single-column button.icon-button.icon-button--with-counter.activate.star-icon > .icon-star {
left: -34px !important;
left: -40px !important;
position: absolute !important;
top: unset !important;
}
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.6rc3",
"version": "2.0.6rc4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5ab112c

Please sign in to comment.