fix(tour): adjust close button positioning for driver popover in RTL layout

This commit is contained in:
hamed
2026-08-10 10:30:46 +03:30
parent ecdefa3c24
commit a8699065b8
+6 -1
View File
@@ -1123,7 +1123,12 @@ html, body { max-width: 100%; overflow-x: hidden; }
color: var(--text-3);
font-size: 12px;
}
.driver-popover.cp-tour .driver-popover-close-btn { color: var(--text-3); }
/* driver دکمهٔ بستن را با right:0 می‌چسباند؛ در چیدمان راست‌چین جایش سمت چپ است. */
.driver-popover.cp-tour .driver-popover-close-btn {
color: var(--text-3);
right: auto;
left: 0;
}
.driver-popover.cp-tour .driver-popover-navigation-btns button {
background: var(--surface-2);
color: var(--text-2);