Skip to content

Commit

Permalink
Fix search icon position for 4.4.0-alpha.1-2024-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 15, 2024
1 parent b9bb490 commit 64313e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 2 additions & 11 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2384,17 +2384,8 @@ body.embed .detailed-status__meta .detailed-status__link .icon-retweet,

/* Search icon fix for 4.4.0-alpha.1+mementomods-2024-12-15 changes */
.layout-multiple-columns .search__icon {
background-color: transparent;
background-image: none;
border: 0;
cursor: default;
height: unset;
margin-inline-start: unset;
padding: unset;
pointer-events: none;
position: unset;
top: unset;
width: unset;
right: 0;
top: 0;
}

/* Search */
Expand Down
13 changes: 2 additions & 11 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,17 +590,8 @@ body.layout-single-column {

/* Search icon fix for 4.4.0-alpha.1+mementomods-2024-12-15 changes */
.layout-single-column .search__icon {
background-color: transparent;
background-image: none;
border: 0;
cursor: default;
height: unset;
margin-inline-start: unset;
padding: unset;
pointer-events: none;
position: unset;
top: unset;
width: unset;
right: 0;
top: 0;
}

.layout-single-column .list-editor__search .search__icon .icon {
Expand Down

0 comments on commit 64313e2

Please sign in to comment.