Skip to content

Commit

Permalink
fixed rtl style for admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 1, 2024
1 parent 9cdd51e commit 2e233dd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
@if($lang !== null && $lang->rtl)
isRtl = true;
@endif
@if(config('app.xlang_main') == 'fa' || config('app.xlang_main') == 'ar')
isRtl = true;
@endif
</script>
@yield('header-content')
<!-- CSRF Token -->
Expand Down

0 comments on commit 2e233dd

Please sign in to comment.