Fix popup buttons centering

This commit is contained in:
Ajay
2023-05-10 15:52:03 -04:00
parent 86498eb399
commit 5973b801b9

View File

@@ -498,6 +498,7 @@
}
#setUsernameContainer {
display: flex;
align-items: center;
width: fit-content;
}
#setUsernameContainer > button {