From 738b44726b430f001298241df1c9991378fce7f7 Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Wed, 5 Jul 2023 22:32:34 -0500
Subject: Change nav corner radius

---
 data/static/style.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'data')

diff --git a/data/static/style.css b/data/static/style.css
index 447ed5a..881f0a7 100644
--- a/data/static/style.css
+++ b/data/static/style.css
@@ -297,7 +297,7 @@ img {
     height: 70px;
     width: 70px;
     padding: 15px;
-    border-bottom-left-radius: 28px;
+    border-bottom-left-radius: 8px;
     background-color: var(--dark-transparent);
   
   /* FOR DISPLAYING EVERY ELEMENT IN THE CENTER : */
@@ -368,7 +368,8 @@ img {
     right: 0;
     z-index: 2;
     background-color: var(--dark-transparent);
-    padding: 70px 20px 20px 20px;
+    padding: 70px 25px 20px 25px;
+    border-bottom-left-radius: 8px;
 
   /* HIDDEN INITIALLY  :  */
 
-- 
cgit v1.2.3