chore: Refactor chat list for RTL (#6524)

* chore: Refactor chat list for RTL

* chore: Modal

* fix: Show more button margin

* chore: Inbox name fix
This commit is contained in:
Sivin Varghese
2023-02-24 12:35:06 +05:30
committed by GitHub
parent e7d0bf8a1b
commit 6d4b894f95
7 changed files with 62 additions and 45 deletions

View File

@@ -234,6 +234,7 @@
}
.show-more--button {
margin: unset;
transform: rotate(180deg);
}
}
@@ -242,6 +243,14 @@
text-align: right;
}
// Card label
.label-container {
.label {
margin-left: var(--space-smaller);
margin-right: 0;
}
}
// Secondary sidebar toggle button
.toggle-sidebar {
margin-left: 0;
@@ -404,14 +413,27 @@
direction: initial;
}
// Modal
.modal-container {
text-align: right;
.modal-footer {
button {
margin-left: 0;
margin-right: var(--space-small);
}
}
}
// Other changes
.account-selector--wrap {
direction: initial;
}
.inbox--name {
direction: initial;
.inbox--name .inbox--icon {
margin-left: var(--space-micro);
margin-right: 0;
}
.colorpicker--chrome {