aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-05 22:32:34 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-05 22:32:34 -0500
commit738b44726b430f001298241df1c9991378fce7f7 (patch)
treec0c5c7a4d587f71f4cd073f291dad59c2476d1fc
parentca94379ccec225fb421f695bb0df8079c0b631be (diff)
Change nav corner radius
-rw-r--r--data/static/style.css5
1 files changed, 3 insertions, 2 deletions
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 : */