From 9af317471eddabb41bdfc389cb66293f7a725833 Mon Sep 17 00:00:00 2001 From: jfhgshg Date: Sun, 9 Jun 2024 18:58:46 +0530 Subject: [PATCH] Change the button --- assets/css/Available.css | 8 +++----- package-lock.json | 11 +---------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/assets/css/Available.css b/assets/css/Available.css index 4768c82b4..4faf785d8 100644 --- a/assets/css/Available.css +++ b/assets/css/Available.css @@ -91,9 +91,7 @@ h2.section-title { position: relative; transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; width: fit-content; - margin-left: 40px; - - + margin-left: 30px; } .btn-secondary::after, @@ -127,7 +125,7 @@ h2.section-title { .read_later_button{ background-color: var(--btn-bg-color); color: var(--btn-text-color); - padding: 10px 20px; + padding: 10px 10px; border-radius: 4px; cursor: pointer; text-decoration: none; @@ -136,7 +134,7 @@ h2.section-title { position: relative; transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; width:180px; - margin-left: 40px; + margin-left: 1px; } .read_later_button::after, .read_later_button::before { diff --git a/package-lock.json b/package-lock.json index ce44d4598..5f21173fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,7 @@ "mongoose": "^8.3.5", "nodemailer": "^6.9.13", "nodemon": "^3.1.1", - "validator": "^13.12.0", - "zod": "^3.23.8" + "validator": "^13.12.0" }, "devDependencies": { "express": "^4.19.2" @@ -1307,14 +1306,6 @@ "engines": { "node": ">=16" } - }, - "node_modules/zod": { - "version": "3.23.8", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", - "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } } } }