]> BookStack Code Mirror - bookstack/blobdiff - resources/views/base.blade.php
Updated styles to use logical properties/values
[bookstack] / resources / views / base.blade.php
index 07548162067404fa82061695c6753fe5bd15e27c..d362ef37360dcafe48a5157865ba85dd11529a5a 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="{{ config('app.lang') }}" class="@yield('body-class')">
+<html lang="{{ config('app.lang') }}" dir="{{ config('app.rtl') ? 'rtl' : 'ltr' }}" class="@yield('body-class')">
 <head>
     <title>{{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }}</title>