fix: bottom padding in settings (#588)

This commit is contained in:
Freeplay 2022-04-29 10:21:53 -04:00 committed by GitHub
parent 988a703837
commit 2b8b9c959f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,6 +184,7 @@
padding: 80px 32px; padding: 80px 32px;
width: 100%; width: 100%;
flex-direction: column; flex-direction: column;
height: max-content;
// This prevents members, invites and ban list from being able to properly display. // This prevents members, invites and ban list from being able to properly display.
// height: fit-content; // height: fit-content;