Skip to content

Commit

Permalink
Fix a regression with reply-indicator, remove style no longer needed …
Browse files Browse the repository at this point in the history
…in 4.3.0 (2024-01-27)
  • Loading branch information
ronilaukkarinen committed Jan 27, 2024
1 parent a794719 commit d92365d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc5: 2024-01-27
### 2.0.0rc6: 2024-01-27

* Prepare for 4.3.0 release with SVG icons
* Add icon support for new SVG icons, replace icons for Home, Notifications, Explore, Live feeds, Private mentions, bookmarks, Favorites, Preferences and Lists
Expand Down Expand Up @@ -31,6 +31,7 @@
* New compose form styles for 4.3.0 (2024-01-27)
* New search input styles for 4.3.0 (2024-01-27)
* Add profile link icons for Facebook and Bandcamp
* Fix a regression with reply-indicator, remove style no longer needed in 4.3.0 (2024-01-27)

### 1.8.3: 2023-11-12

Expand Down
9 changes: 1 addition & 8 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.0.0rc5 */
2.0.0rc6 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -965,13 +965,6 @@ body.embed .status__content a,
stroke: var(--color-accent) !important;
}

/* Mud background colors, reply-indicator */
.layout-multiple-columns .reply-indicator {
background-color: var(--color-mud);
color: var(--color-light-text);
max-height: 20vh;
}

/* Dropdown hovers */
.layout-multiple-columns .language-dropdown__dropdown__results__item:hover,
.layout-multiple-columns .language-dropdown__dropdown__results__item:focus {
Expand Down
9 changes: 1 addition & 8 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.0.0rc5 */
2.0.0rc6 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -973,13 +973,6 @@ body.embed .status__content a,
stroke: var(--color-accent) !important;
}

/* Mud background colors, reply-indicator */
.layout-single-column .reply-indicator {
background-color: var(--color-mud);
color: var(--color-light-text);
max-height: 20vh;
}

/* Dropdown hovers */
.layout-single-column .language-dropdown__dropdown__results__item:hover,
.layout-single-column .language-dropdown__dropdown__results__item:focus {
Expand Down

0 comments on commit d92365d

Please sign in to comment.