Skip to content

Commit

Permalink
Support new lists feature in Mastodon v4.4.0-alpha.1 (2024-12-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 15, 2024
1 parent 1697b1a commit 2f66b4e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.2rc1: 2024-12-15

* Support new lists feature in Mastodon v4.4.0-alpha.1 (2024-12-15)

### 2.1.1: 2024-12-15

* Reintroduce Threads-like media proportions for single column mode, missing since e2bb415 (2024-12-10)
Expand Down
6 changes: 4 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.1.1 */
2.1.2rc2 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3348,7 +3348,9 @@ body .compose-form .compose-form__uploads {
.layout-multiple-columns .load-more path,
.layout-multiple-columns .account__domain-pill__popout__parts > div:nth-child(2) path,
.layout-multiple-columns .column-header__button .icon-sliders > path,
.compose-form .icon-close > path {
.compose-form .icon-close > path,
.layout-single-column .item-list .lists__item__title path,
.layout-single-column .lists__item .icon-button.active path {
display: none;
}

Expand Down
6 changes: 4 additions & 2 deletions 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.1.1 */
2.1.2rc1 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3651,7 +3651,9 @@ body .compose-form .compose-form__uploads {
.layout-single-column .load-more path,
.layout-single-column .account__domain-pill__popout__parts > div:nth-child(2) path,
.layout-single-column .column-header__button .icon-sliders > path,
.compose-form .icon-close > path {
.compose-form .icon-close > path,
.layout-single-column .item-list .lists__item__title path,
.layout-single-column .lists__item .icon-button.active path {
display: none;
}

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.1.1",
"version": "2.1.2rc1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2f66b4e

Please sign in to comment.