Skip to content

Commit

Permalink
Merge pull request #11861 from nanaya/menu-image-indicator
Browse files Browse the repository at this point in the history
Move menu images selector to be right at the border
  • Loading branch information
notbakaneko authored Feb 14, 2025
2 parents 4302d4f + a1f7cf3 commit 28e6db6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resources/css/bem/menu-images.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
display: flex;

width: 40px;
height: 11px;
padding: 0 5px 5px;
height: 16px;
padding: 5px;

--content-height: 2px;
--content-opacity: 0.5;
Expand Down Expand Up @@ -131,12 +131,15 @@
}

&__indicators {
position: relative;
align-items: center;
bottom: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 var(--page-gutter);
opacity: var(--indicators-opacity);
padding: 0 var(--page-gutter);
position: absolute;
transform: translateY(50%);
width: 100%;
}
}

0 comments on commit 28e6db6

Please sign in to comment.