-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support new lists feature in Mastodon v4.4.0-alpha.1 (2024-12-15)
- Loading branch information
1 parent
1697b1a
commit 2f66b4e
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
@@ -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; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
@@ -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; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters