From 044d739fbf4db04a16be48429f81148c50ea184d Mon Sep 17 00:00:00 2001 From: sky Date: Sat, 27 Jul 2024 19:03:59 -0400 Subject: [PATCH] final stuff --- .gitignore | 1 + css/style.css | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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; }