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 @@