Skip to content

Commit

Permalink
Fix the active search for advanced column view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 28, 2024
1 parent dcc5651 commit 06efb7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0rc7: 2024-01-27
### 2.0.0rc8: 2024-01-28

* 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
3 changes: 2 additions & 1 deletion 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.0rc7 */
2.0.0rc8 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -2271,6 +2271,7 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet,
display: none;
}

.layout-multiple-columns .search.active .search__input,
.layout-multiple-columns input.setting-text,
.layout-multiple-columns .search__input {
background-color: var(--color-mud);
Expand Down
2 changes: 1 addition & 1 deletion 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.0rc7 */
2.0.0rc8 */

/* CSS variables */
:root {
Expand Down

0 comments on commit 06efb7e

Please sign in to comment.