From dd08dbfabd06673e55c31efe506345242208eb08 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:26:36 +0700 Subject: [PATCH] Profile image cannot make the default navbar size getting bigger than 40px --- costapy-templates/prime/static/css/style.css | 4 ++-- html/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/costapy-templates/prime/static/css/style.css b/costapy-templates/prime/static/css/style.css index 4bbc736..e4d79da 100644 --- a/costapy-templates/prime/static/css/style.css +++ b/costapy-templates/prime/static/css/style.css @@ -50,8 +50,8 @@ body { } .profile-image { - width: 30px; - height: 30px; + width: 20px; + height: 20px; border-radius: 50%; object-fit: cover; } diff --git a/html/style.css b/html/style.css index 4bbc736..e4d79da 100644 --- a/html/style.css +++ b/html/style.css @@ -50,8 +50,8 @@ body { } .profile-image { - width: 30px; - height: 30px; + width: 20px; + height: 20px; border-radius: 50%; object-fit: cover; }