final stuff

This commit is contained in:
sky 2024-07-27 19:03:59 -04:00
parent 27d876a20d
commit 044d739fbf
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
test.sh

View File

@ -394,7 +394,7 @@ label {
height: 56px;
z-index: 199975;
border-radius: 100%;
background-image: url("/img/discord-mark-white.png");
background-image: url("/img/discord.svg");
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
@ -486,6 +486,12 @@ div.profile.top.text .about {
width: 90%;
height: 30%;
}
#popup input[type=file] {
height: auto;
text-align-last: center;
display: block;
margin: 30px;
}
#popup h1 {
font-size: 32px;
}