From c408e02054fcf74adec3c8d4d06329eada25165d Mon Sep 17 00:00:00 2001 From: E98Developer Date: Mon, 6 Jul 2026 06:59:38 +0200 Subject: [PATCH] =?UTF-8?q?ADD=20EV3-358=20statisztika=20modul=20b=C5=91v?= =?UTF-8?q?=C3=ADt=C3=A9se=20aktu=C3=A1lis=20=C3=A1r=20megjelen=C3=ADt?= =?UTF-8?q?=C3=A9ssel=20phase=203=20fix=20layout=20problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/modern/css/app.css | 4 ++++ resources/views/admin/statistics/navSidebar.blade.php | 4 ++-- resources/views/filament/pages/current-price.blade.php | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/resources/modern/css/app.css b/resources/modern/css/app.css index c032095..65aa060 100644 --- a/resources/modern/css/app.css +++ b/resources/modern/css/app.css @@ -1,2 +1,6 @@ /* Modern CSS (Vite) */ @import "tailwindcss"; + +/* Font Awesome ikonok a legacy statisztika oldalak (pl. Aktuális ár) menüjéhez, + a teljes legacy app.css behúzása nélkül. */ +@import "@fortawesome/fontawesome-free/css/all.min.css"; diff --git a/resources/views/admin/statistics/navSidebar.blade.php b/resources/views/admin/statistics/navSidebar.blade.php index efa82c0..7b52ee1 100644 --- a/resources/views/admin/statistics/navSidebar.blade.php +++ b/resources/views/admin/statistics/navSidebar.blade.php @@ -161,7 +161,7 @@ #show-sidebar { position: fixed; left: 0; - top: 133px; + top: 116px; border-radius: 0 4px 4px 0px; width: 35px; transition-delay: 0.3s; @@ -177,7 +177,7 @@ height: 100%; max-height: 100%; position: fixed; - top: 123px; + top: 106px; left: -300px; z-index: 999; } diff --git a/resources/views/filament/pages/current-price.blade.php b/resources/views/filament/pages/current-price.blade.php index c0a60a3..281c0ce 100644 --- a/resources/views/filament/pages/current-price.blade.php +++ b/resources/views/filament/pages/current-price.blade.php @@ -1,6 +1,6 @@
- {{-- Betöltjük a legacy stílusokat az ikonok és alapformázások miatt --}} - + {{-- Font Awesome ikonok a legacy sidebar menühöz (modern Vite build, nem a teljes legacy app.css) --}} + @vite('resources/modern/css/app.css')