mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 03:20:46 +02:00
Bug/v2/fix rtl (#4958)
This commit is contained in:
@@ -31,3 +31,15 @@
|
||||
inset 0 0 30px rgba(59, 130, 246, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
/* RTL: mirror step indicator and controls in Reactour popovers */
|
||||
:root[dir='rtl'] .reactour__popover {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
/* Minimal overrides retained for glow only */
|
||||
|
||||
:root[dir='rtl'] .reactour__badge {
|
||||
left: auto;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user