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:
@@ -1,7 +1,7 @@
|
|||||||
<x-filament-panels::page>
|
<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 --}}
|
{{-- Sol Navigation Bar --}}
|
||||||
<aside class="w-80 flex-shrink-0">
|
<aside class="w-full lg:w-80 flex-shrink-0">
|
||||||
<x-filament::section>
|
<x-filament::section>
|
||||||
<x-slot name="heading">
|
<x-slot name="heading">
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
{{-- Sağ İçerik Alanı --}}
|
{{-- Sağ İçerik Alanı --}}
|
||||||
<main class="flex-1 min-w-0">
|
<main class="w-full min-w-0">
|
||||||
@if($selectedGuide && $this->getSelectedGuideContent())
|
@if($selectedGuide && $this->getSelectedGuideContent())
|
||||||
@php
|
@php
|
||||||
$guide = $this->getSelectedGuideContent();
|
$guide = $this->getSelectedGuideContent();
|
||||||
|
|||||||
Reference in New Issue
Block a user