fix(tour): adjust close button positioning for driver popover in RTL layout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user