Skip to content

Commit

Permalink
Easier indicator targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Oct 8, 2024
1 parent 47f5f0d commit a12180f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/css/bem/menu-images.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@
align-items: center;
display: flex;

width: 30px;
height: 6px;
width: 40px;
height: 11px;
padding: 0 5px 5px;

--content-height: 2px;
--content-opacity: 0.5;
Expand Down Expand Up @@ -127,9 +128,8 @@
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
padding: 0 var(--page-gutter) 5px;
padding: 0 var(--page-gutter);
opacity: var(--indicators-opacity);
}
}

0 comments on commit a12180f

Please sign in to comment.