mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-28 21:39:58 +02:00
* RTL-Support * Standard Format * shorter code * default Arabic font * fix for Configuration section for "system>Assets>Collections" section to support RTL we should change inline style element created by admin.min.js so i've added an if statement to check <body> direction is RTL or not... * Update rtl.css * Multi level fix for RTL in admin config under system>assets there is an input text which you can add child(s) under it... i've added several if statements to check Page direction and put margin-right instead of margin-left for RTL languages... i also wrote an style to override margin-left just in case ;) * improvements * fixes * fix * fix * fix * Update rtl.css * first complete RTL style 👍 * Faster computation of direction * Faster evaluation for margin direction (and simplified) Co-authored-by: Djamil Legato <djamil+github@djamil.it>