From e12e8f5b5bf9d32f0b350a17d86f16b0ba4f54c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Wed, 29 Apr 2026 07:55:44 +0300 Subject: [PATCH] feat: add citrus-design stylesheet to customize admin UI layout and styling --- .../views/admin/inc/citrus-design.blade.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/resources/views/admin/inc/citrus-design.blade.php b/resources/views/admin/inc/citrus-design.blade.php index 498b869..0671769 100644 --- a/resources/views/admin/inc/citrus-design.blade.php +++ b/resources/views/admin/inc/citrus-design.blade.php @@ -16,6 +16,11 @@ #page-container { background-color: var(--citrus-body) !important; font-family: 'Inter', sans-serif !important; + overflow-x: hidden !important; + } + + canvas { + max-width: 100% !important; } /* --- SIDEBAR TIGHT REFACTOR --- */ @@ -25,10 +30,14 @@ } .content { - margin: 0 auto; - padding: 0px; - margin-left: 10px !important; - padding-top: 10px !important; + padding: 15px 20px !important; + margin: 0 !important; + width: 100% !important; + max-width: 100% !important; + } + + #page-container { + overflow-x: hidden !important; } .sidebar-content {