diff --git a/public/css/app.css b/public/css/app.css
index 3e1ccf381..a38e88548 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -51134,6 +51134,14 @@ body{
top: 0.5rem;
}
+ .lg\:bottom-2\.5{
+ bottom: 0.625rem;
+ }
+
+ .lg\:bottom-2{
+ bottom: 0.5rem;
+ }
+
.lg\:col-span-5{
grid-column: span 5 / span 5;
}
@@ -51227,6 +51235,10 @@ body{
height: 3rem;
}
+ .lg\:h-28{
+ height: 7rem;
+ }
+
.lg\:w-9{
width: 2.25rem;
}
@@ -51540,6 +51552,10 @@ body{
right: 0px;
}
+ [dir="ltr"] .ltr\:lg\:right-0{
+ right: 0px;
+ }
+
[dir="ltr"] .lg\:ltr\:pr-12{
padding-right: 3rem;
}
@@ -51560,6 +51576,10 @@ body{
left: 0px;
}
+ [dir="rtl"] .rtl\:lg\:left-0{
+ left: 0px;
+ }
+
[dir="rtl"] .lg\:rtl\:pl-12{
padding-left: 3rem;
}
diff --git a/resources/views/components/layouts/modules/bar.blade.php b/resources/views/components/layouts/modules/bar.blade.php
index 126afca6b..0a50a65a9 100644
--- a/resources/views/components/layouts/modules/bar.blade.php
+++ b/resources/views/components/layouts/modules/bar.blade.php
@@ -1,66 +1,66 @@
-
-
-
- apps_outlined
-
+
+
+
+
+ apps_outlined
+
-
-
-
-
- {{ trans_choice('general.categories', 1) }}
-
+
+
+
+
+ {{ trans_choice('general.categories', 1) }}
+
-
- @foreach ($categories as $slug => $category)
-
-
- {{ $category }}
-
-
- @endforeach
-
-
-
-
-
- {{ trans('modules.popular_this_week') }}
-
-
- @if ($popular)
-
- @foreach ($popular->data as $item)
-
-
- @foreach ($item->files as $file)
- @if (($file->media_type == 'image') && ($file->pivot->zone == 'thumbnail'))
-
- @endif
- @endforeach
-
-
-
- {!! $item->name !!}
-
-
-
-
- {!! $item->description !!}
-
-
-
-
-
+
+ @foreach ($categories as $slug => $category)
+
+
+ {{ $category }}
+
+
@endforeach
- @else
- @endif
+
+
+
+
+ {{ trans('modules.popular_this_week') }}
+
+
+ @if ($popular)
+
+ @foreach ($popular->data as $item)
+
+
+ @foreach ($item->files as $file)
+ @if (($file->media_type == 'image') && ($file->pivot->zone == 'thumbnail'))
+
+ @endif
+ @endforeach
+
+
+
+ {!! $item->name !!}
+
+
+
+
+ {!! $item->description !!}
+
+
+
+
+
+ @endforeach
+
+ @else
+ @endif
+
-
-
-
-
-
- {{ trans('modules.home') }}
-
-
+
+
+
+ {{ trans('modules.home') }}
+
+
-
-
- {{ trans('modules.new') }}
-
-
+
+
+ {{ trans('modules.new') }}
+
+
-
-
- {{ trans('modules.top_paid') }}
-
-
+
+
+ {{ trans('modules.top_paid') }}
+
+
-
-
- {{ trans('modules.top_free') }}
-
-
-
+
+
+ {{ trans('modules.top_free') }}
+
+
\ No newline at end of file
diff --git a/resources/views/components/modules/banners.blade.php b/resources/views/components/modules/banners.blade.php
index 0ba2a014a..42dfa82dd 100644
--- a/resources/views/components/modules/banners.blade.php
+++ b/resources/views/components/modules/banners.blade.php
@@ -6,7 +6,7 @@