diff --git a/src/pages/profile_page.html b/src/pages/profile_page.html index 8c62bb7..d85e2be 100644 --- a/src/pages/profile_page.html +++ b/src/pages/profile_page.html @@ -25,12 +25,15 @@ id="current_password" placeholder="Current Password" /> +
+
+
diff --git a/static/error/error.css b/static/error/error.css index 74e8060..755bc82 100644 --- a/static/error/error.css +++ b/static/error/error.css @@ -21,6 +21,7 @@ color: black !important; font-weight: normal !important; border: none; + width: fit-content !important; } .close_error_button:hover { diff --git a/static/profile_page.css b/static/profile_page.css index 9e639a4..acc4ac0 100644 --- a/static/profile_page.css +++ b/static/profile_page.css @@ -83,6 +83,8 @@ border-radius: 50%; border: none; padding: 6px; + + width: fit-content !important; } #edit_picture_button:hover { @@ -90,8 +92,8 @@ } #edit_picture_image { - width: 20px; - height: 20px; + width: 20px !important; + height: 20px !important; } #picture_holder { diff --git a/static/style.css b/static/style.css index 28fab2e..b6f94af 100644 --- a/static/style.css +++ b/static/style.css @@ -32,6 +32,7 @@ button { border-radius: 6px; cursor: pointer; font-weight: bold; + width: 100%; } button:hover {