Skip to content

Commit

Permalink
fix horizontal bar at certian screen size (fix #15596) (#15686)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 authored Dec 5, 2024
1 parent cf94549 commit 1159703
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions media/css/m24/components/footer-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ $max-footer-content-width: $content-max;
margin-right: $spacer-2xs;
display: inline-block;

&:last-of-type {
@include bidi(((margin-right, 0, 0), (margin-left, 0, 0)));
}

a {
@include bidi(((margin-right, 8px, 0), (margin-left, 0, 8px)));
@include image-replaced;
Expand All @@ -119,6 +123,10 @@ $max-footer-content-width: $content-max;
height: 24px;
width: 24px;

&:last-of-type {
@include bidi(((margin-right, 0, 0), (margin-left, 0, 0)));
}

&:hover,
&:focus {
border-bottom-color: transparent;
Expand Down

0 comments on commit 1159703

Please sign in to comment.