RTL style problems fixed
This commit is contained in:
		@@ -58,7 +58,7 @@
 | 
			
		||||
                                </div>
 | 
			
		||||
                            </div>
 | 
			
		||||
 | 
			
		||||
                            <span class="material-icons text-gray-500">chevron_right</span>
 | 
			
		||||
                            <span class="material-icons text-gray-500 rtl:rotate-180">chevron_right</span>
 | 
			
		||||
                        </x-link>
 | 
			
		||||
                    </li>
 | 
			
		||||
                @endforeach
 | 
			
		||||
@@ -67,7 +67,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="w-full lg:w-1/2 flex justify-end mt-8 lg:mt-60">
 | 
			
		||||
        <img src="{{ $image }}" alt="{{ $title }}" />
 | 
			
		||||
        <img src="{{ $image }}" alt="{{ $title }}" class="ltr:scale-x-100 rtl:-scale-x-100" />
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@@ -78,3 +78,4 @@
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -117,7 +117,7 @@
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <div class="flex ltr:ml-2 rtl:mr-2">
 | 
			
		||||
                    <span class="w-28 text-left block text-base truncate">
 | 
			
		||||
                    <span class="w-28 ltr:text-left rtl:text-right block text-base truncate">
 | 
			
		||||
                        <x-button.hover>
 | 
			
		||||
                            {{ Str::limit(setting('company.name'), 22) }}
 | 
			
		||||
                        </x-button.hover>
 | 
			
		||||
@@ -235,3 +235,4 @@
 | 
			
		||||
<x-loading.menu />
 | 
			
		||||
 | 
			
		||||
@stack('menu_end')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -88,7 +88,7 @@
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <div class="flex ltr:ml-2 rtl:mr-2">
 | 
			
		||||
                    <span class="w-28 text-left block text-base truncate">
 | 
			
		||||
                    <span class="w-28 ltr:text-left rtl:text-right block text-base truncate">
 | 
			
		||||
                        <x-button.hover>
 | 
			
		||||
                            {{ Str::limit(setting('company.name'), 22) }}
 | 
			
		||||
                        </x-button.hover>
 | 
			
		||||
@@ -182,3 +182,4 @@
 | 
			
		||||
<x-loading.menu />
 | 
			
		||||
 | 
			
		||||
@stack('menu_end')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user