Can now see invite code from user settings

This commit is contained in:
Michał Gdula 2022-07-28 15:09:03 +01:00
parent e43e4dce1d
commit dc98d04b8a
2 changed files with 31 additions and 1 deletions

View file

@ -274,6 +274,20 @@ body {
display: inline;
}
.text-box {
padding: 0.5rem;
display: block;
font-size: 16px;
text-decoration: none;
background-color: var(--black);
border: none;
border-radius: var(--rad);
}
/*
-=-=-= ALERT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/