update css rtl
This commit is contained in:
@@ -228,11 +228,10 @@
|
||||
}
|
||||
|
||||
/* colapse fix */
|
||||
[dir="rtl"] .ml-auto {
|
||||
/* [dir="rtl"] .ml-auto {
|
||||
margin-left: 0rem !important;
|
||||
margin-right: 8rem !important;
|
||||
|
||||
}
|
||||
margin-right: 8rem !important;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
@@ -284,4 +283,28 @@
|
||||
/* Dark mode for desktop RTL */
|
||||
[dir="rtl"] .dark ul.border.flex.flex-col.font-medium.mb-4.mt-2.rounded.shadow-sm.md\:flex-row.md\:mb-2.md\:mt-0.dark\:border-base-700.max-md\:w-full li.md\:border-r {
|
||||
border-left: 1px solid #374151; /* Matches dark:border-base-700 */
|
||||
}
|
||||
|
||||
[dir="rtl"] h2.font-semibold.flex.flex-row.group.items-center.mb-1.mx-3.py-1\.5.px-3.select-none.text-font-important-light.text-sm.dark\:text-font-important-dark.cursor-pointer.hover\:text-primary-600.dark\:hover\:text-primary-500 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
[dir="rtl"] span.material-symbols-outlined.ml-auto.text-base-400.transition-all.group-hover\:text-primary-600.dark\:group-hover\:text-primary-500 {
|
||||
margin: 0 !important;
|
||||
rotate: 90deg !important;
|
||||
}
|
||||
|
||||
|
||||
[dir="rtl"] div.overflow-hidden.relative.px-2.py-1.text-sm {
|
||||
background: rgb(var(--color-primary-950));
|
||||
border-radius: var(--border-radius, 6px);
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
[dir="rtl"] div.flex.flex-row.relative.z-20 {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
[dir="rtl"] strong.font-semibold.text-font-important-light.ml-auto.dark\:text-font-important-dark {
|
||||
margin: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user