diff --git a/public/css/app.css b/public/css/app.css index 006e181f0..e4e637181 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -50273,6 +50273,22 @@ body{ border-bottom-right-radius: 0.5rem; } +[dir="ltr"] .ltr\:rounded-tl-md{ + border-top-left-radius: 0.375rem; +} + +[dir="ltr"] .ltr\:rounded-bl-md{ + border-bottom-left-radius: 0.375rem; +} + +[dir="ltr"] .ltr\:rounded-tr-md{ + border-top-right-radius: 0.375rem; +} + +[dir="ltr"] .ltr\:rounded-br-md{ + border-bottom-right-radius: 0.375rem; +} + [dir="ltr"] .ltr\:p-0{ padding: 0px; } @@ -51240,6 +51256,22 @@ body{ border-bottom-left-radius: 0.5rem; } +[dir="rtl"] .rtl\:rounded-tr-md{ + border-top-right-radius: 0.375rem; +} + +[dir="rtl"] .rtl\:rounded-br-md{ + border-bottom-right-radius: 0.375rem; +} + +[dir="rtl"] .rtl\:rounded-tl-md{ + border-top-left-radius: 0.375rem; +} + +[dir="rtl"] .rtl\:rounded-bl-md{ + border-bottom-left-radius: 0.375rem; +} + [dir="rtl"] .rtl\:p-0{ padding: 0px; } diff --git a/safelist.txt b/safelist.txt index 3b4c4d2f7..6365cbf73 100644 --- a/safelist.txt +++ b/safelist.txt @@ -34,6 +34,14 @@ lg:top-7 lg:max-w-lg lg:h-full lg:w-18 +lg:overflow-x-hidden ltr:-right-10 rtl:-left-10 -lg:overflow-x-hidden +ltr:rounded-tl-md +ltr:rounded-bl-md +rtl:rounded-tr-md +rtl:rounded-br-md +ltr:rounded-tr-md +ltr:rounded-br-md +rtl:rounded-tl-md +rtl:rounded-bl-md