Skip to content

Commit

Permalink
Merge branch 'release/v11.5.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Starraider committed Nov 2, 2023
2 parents 8609323 + dbc4056 commit 6b5179e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
10 changes: 10 additions & 0 deletions moz-header/dist/Frontend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion moz-header/dist/Frontend.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions moz-header/dist/Frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,24 @@
&.moz-header__title {
max-width: var(--moz-header-content-maxwidth);
}

.moz-header__img {
@media( min-width: $md ) {
position: absolute;
top: 0;
left: 0;
width: 48%;
height: 100%;
}
}
}

.moz-header__img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
margin-bottom: 0;
}

// behaves like halfwidth, but has a rounded border on the bottom left
Expand Down
5 changes: 1 addition & 4 deletions moz-image-card/dist/Frontend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion moz-image-card/dist/Frontend.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions moz-image-card/dist/Frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
width: 100%;
height: auto;
object-fit: cover;
margin-bottom: 0
}

&:hover {
Expand Down
3 changes: 1 addition & 2 deletions moz-topics/src/Partials/AlphabetIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
<li class="page-item"><a class="page-link" data-char="R" href="#">R</a></li>
<li class="page-item"><a class="page-link" data-char="S" href="#">S</a></li>
<li class="page-item"><a class="page-link" data-char="T" href="#">T</a></li>
<li class="page-item"><a class="page-link" data-char="U" href="#">U</a></li>
<li class="page-item"><a class="page-link" data-char="V" href="#">V</a></li>
<li class="page-item"><a class="page-link" data-char="W" href="#">W</a></li>
<li class="page-item"><a class="page-link" data-char="U" href="#">U</a></li>
<li class="page-item"><a class="page-link" data-char="X" href="#">X</a></li>
<li class="page-item"><a class="page-link" data-char="Y" href="#">Y</a></li>
<li class="page-item"><a class="page-link" data-char="Y" href="#">Y</a></li>
<li class="page-item"><a class="page-link" data-char="Z" href="#">Z</a></li>
</ul>
</nav>

0 comments on commit 6b5179e

Please sign in to comment.