mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-21 02:44:55 +00:00
Can now see invite code from user settings
This commit is contained in:
parent
e43e4dce1d
commit
dc98d04b8a
2 changed files with 31 additions and 1 deletions
|
@ -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 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue