From 68c9cee52f84f3edabeb3f544453d6491b0e778f Mon Sep 17 00:00:00 2001 From: c0mrade Date: Mon, 2 Feb 2026 07:56:53 +0300 Subject: [PATCH] style: make buttons more compact across admin pages - Reduce base .btn padding from px-5 py-2.5 to px-4 py-2 - Change rounded-xl to rounded-lg for buttons - Remove hover:scale effect for cleaner look - Fix large buttons in AdminBanSystem, AdminBroadcastDetail - Compact toggle buttons in AdminPromoOfferSend --- src/pages/AdminBanSystem.tsx | 4 ++-- src/pages/AdminBroadcastDetail.tsx | 2 +- src/pages/AdminPromoOfferSend.tsx | 4 ++-- src/styles/globals.css | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/AdminBanSystem.tsx b/src/pages/AdminBanSystem.tsx index 18f231f..217788d 100644 --- a/src/pages/AdminBanSystem.tsx +++ b/src/pages/AdminBanSystem.tsx @@ -509,7 +509,7 @@ export default function AdminBanSystem() { href="https://t.me/fringg" target="_blank" rel="noopener noreferrer" - className="flex w-full items-center justify-center gap-3 rounded-xl bg-gradient-to-r from-[#0088cc] to-[#0099dd] px-4 py-3 font-medium text-white transition-all duration-200 hover:scale-[1.02] hover:from-[#0077bb] hover:to-[#0088cc] hover:shadow-lg hover:shadow-[#0088cc]/20" + className="flex w-full items-center justify-center gap-2 rounded-lg bg-gradient-to-r from-[#0088cc] to-[#0099dd] px-4 py-2 text-sm font-medium text-white transition-all duration-200 hover:from-[#0077bb] hover:to-[#0088cc] hover:shadow-lg hover:shadow-[#0088cc]/20" > @@ -520,7 +520,7 @@ export default function AdminBanSystem() { {/* Back Button */}