fixed admin unable to write in the body of the post
This commit is contained in:
parent
0dfb2a8759
commit
2b575310ee
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ app()->getLocale() === 'ar' ? 'rtl' : 'ltr' }}">
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ app()->getLocale() === 'ar' ? 'rtl' : 'ltr' }}">
|
||||||
<head>
|
<head>
|
||||||
@include('partials.head')
|
@include('partials.head')
|
||||||
|
@stack('styles')
|
||||||
<style>
|
<style>
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
ui-sidebar[data-flux-sidebar] {
|
ui-sidebar[data-flux-sidebar] {
|
||||||
|
|
@ -356,5 +357,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@fluxScripts
|
@fluxScripts
|
||||||
|
@stack('scripts')
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue