diff --git a/css/global.css b/css/global.css index 27fb77e..038930c 100644 --- a/css/global.css +++ b/css/global.css @@ -30,6 +30,10 @@ li a { text-decoration: none; } +.totib { + margin-top: 6.5%; +} + li a:hover { background-color: #111; } @@ -53,5 +57,5 @@ footer { } .less_padding { - padding: 16px 16px; + padding: 6px 14px; } diff --git a/images/settings_min.png b/images/settings_min.png index 58ee1ee..56aa171 100644 Binary files a/images/settings_min.png and b/images/settings_min.png differ diff --git a/js/user.js b/js/user.js index 60676ee..4b0e4a3 100644 --- a/js/user.js +++ b/js/user.js @@ -48,6 +48,6 @@ async function setuser() { avatar = "/images/default_avatar.png" } document.getElementById("user").innerText = `User: ${username}`; - document.getElementById("bio").placeholder = decodeURIComponent(bio); + document.getElementById("userBio").placeholder = "Bio: " + decodeURIComponent(bio); document.getElementById("avatarimg").src = avatar; } diff --git a/views/user.html b/views/user.html index 4775465..50099a0 100644 --- a/views/user.html +++ b/views/user.html @@ -17,13 +17,13 @@

Welcome Back!

-
+

User: USER




- Bio: +

Bio: