Skip to content

Commit

Permalink
Fix UI Overlap with the loupe icon in the Explore Tab (mastodon#26113)
Browse files Browse the repository at this point in the history
  • Loading branch information
gol-cha committed Jul 24, 2023
1 parent 2dfa8f7 commit 9a567ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5015,7 +5015,6 @@ a.status-card {
position: absolute;
top: 16px;
inset-inline-end: 10px;
z-index: 2;
display: inline-block;
opacity: 0;
transition: all 100ms linear;
Expand Down Expand Up @@ -8136,6 +8135,7 @@ noscript {
.search__input {
border: 1px solid lighten($ui-base-color, 8%);
padding: 10px;
padding-inline-end: 28px;
}

.search__popout {
Expand Down

0 comments on commit 9a567ec

Please sign in to comment.