Skip to content

Commit

Permalink
Fix close icon overlapping inside compose form
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Aug 23, 2024
1 parent f972706 commit ff7dd4d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### 2.0.0rc45: 2024-08-23

* Fix close icon overlapping inside compose form

### 2.0.0rc45: 2024-08-23

* Fix load more icon dimensions
* Fix unread notification group styles for v4.3.0-beta.1

Expand Down
2 changes: 1 addition & 1 deletion 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.0rc45 */
2.0.0rc46 */

/* CSS variables */
:root {
Expand Down
5 changes: 3 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 @rolle@mementomori.social
2.0.0rc45 */
2.0.0rc46 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -3551,7 +3551,8 @@ body.embed .button.logo-button:hover,
.layout-single-column .column-link .icon path,
.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 {
.layout-single-column .column-header__button .icon-sliders > path,
.compose-form .icon-close > 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.0.0rc45",
"version": "2.0.0rc46",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff7dd4d

Please sign in to comment.