experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 20:45:45 -08:00
parent 573c64be26
commit e51a352a44
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
display: none;
}
.toggle-cards-button {
display: none;
}
.directory {
.filter-name {
float: none;

View File

@ -103,7 +103,7 @@ export default {
});
}
window.scrollBy(0, 10);
window.scrollBy(0, 5);
return userCardInfos;
},