mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ crystal-ameba/ameba@a33f98624a 🚀
This commit is contained in:
parent
83737c0f37
commit
032960b518
135 changed files with 1931 additions and 924 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue