diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..61a58b02 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +test.sh \ No newline at end of file diff --git a/css/style.css b/css/style.css index eaabf87b..db527726 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }