~cytrogen/masto-fe

9a567ec1d1fdb50573c882b7e454285ef7f4200c — gol-cha 2 years ago 2dfa8f7
Fix UI Overlap with the loupe icon in the Explore Tab (#26113)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 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;


@@ 8136,6 8135,7 @@ noscript {
  .search__input {
    border: 1px solid lighten($ui-base-color, 8%);
    padding: 10px;
    padding-inline-end: 28px;
  }

  .search__popout {