Merge branch 'devel' into 'develop'

Fix menu popups in RTL

See merge request soapbox-pub/soapbox!1972
This commit is contained in:
Alex Gleason 2022-12-03 16:33:00 +00:00
commit 0d42fe1c96
2 changed files with 1072 additions and 1072 deletions

View File

@ -1,6 +1,6 @@
[data-reach-menu-popover] {
@apply origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none;
@apply ltr:origin-top-right ltr:right-0 rtl:origin-top-left rtl:left-0 absolute mt-2 w-56 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none;
z-index: 1003;
}

File diff suppressed because it is too large Load Diff