experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 20:37:45 -08:00
parent 21879a6b81
commit b6a2e777ed
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,16 @@
.public-user-field__display-in-directory {
display: none;
}
// user profile page
.public-user-field.display-in-directory {
display: none;
}
.toggle-cards-button {
display: none;
}
.directory {
.filter-name {
float: none;

View File

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