-
-
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.
- Loading branch information
1 parent
8aba286
commit d5b42ff
Showing
4 changed files
with
12 additions
and
6 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.2rc5 */ | ||
2.1.2rc6 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -3360,8 +3360,9 @@ body .compose-form .compose-form__uploads { | |
.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, | ||
.layout-single-column .item-list .lists__item__title path, | ||
.layout-single-column .lists__item .icon-button.active path { | ||
.layout-multiple-columns .item-list .lists__item__title path, | ||
.layout-multiple-columns .lists__item .icon-button.active path, | ||
.layout-multiple-columns .dialog-modal__content .lists__item 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.2rc5 */ | ||
2.1.2rc6 */ | ||
|
||
/* CSS variables */ | ||
:root { | ||
|
@@ -3664,7 +3664,8 @@ body .compose-form .compose-form__uploads { | |
.layout-single-column .column-header__button .icon-sliders > path, | ||
.compose-form .icon-close > path, | ||
.layout-single-column .item-list .lists__item__title path, | ||
.layout-single-column .lists__item .icon-button.active path { | ||
.layout-single-column .lists__item .icon-button.active path, | ||
.layout-single-column .dialog-modal__content .lists__item 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