Refactor User Guide Layout: Updated the structure of the User Guide page to enhance responsiveness and layout consistency. Changed the main content area and navigation bar to utilize full width on smaller screens, improving user experience across devices.

This commit is contained in:
Ümit Tunç
2025-11-03 17:19:52 -03:00
parent c5b83d0533
commit e713bdb77f
@@ -1,7 +1,7 @@
<x-filament-panels::page>
<div class="flex gap-6" x-data="{ search: '' }">
<div class="grid grid-cols-1 lg:grid-cols-[320px_1fr] gap-8" x-data="{ search: '' }">
{{-- Sol Navigation Bar --}}
<aside class="w-80 flex-shrink-0">
<aside class="w-full lg:w-80 flex-shrink-0">
<x-filament::section>
<x-slot name="heading">
<div class="flex items-center gap-2">
@@ -83,7 +83,7 @@
</aside>
{{-- Sağ İçerik Alanı --}}
<main class="flex-1 min-w-0">
<main class="w-full min-w-0">
@if($selectedGuide && $this->getSelectedGuideContent())
@php
$guide = $this->getSelectedGuideContent();