Deploying to gh-pages from @ crystal-ameba/ameba@a33f98624a 🚀

This commit is contained in:
Sija 2023-07-11 21:52:00 +00:00
parent 83737c0f37
commit 032960b518
135 changed files with 1931 additions and 924 deletions

View file

@ -930,7 +930,7 @@ document.addEventListener('DOMContentLoaded', function() {
var openTypes = typesList.querySelectorAll('.current');
if (openTypes.length > 0) {
var lastOpenType = openTypes[openTypes.length - 1];
lastOpenType.scrollIntoView();
lastOpenType.scrollIntoView(!(window.matchMedia('only screen and (max-width: 635px)')).matches);
}
}