chore: Refactor conversation info panel for RTL (#6526)
* chore: Refactor conversation info panel for RTL * chore: Adds comments * chore: Settings header icon fix * chore: Toggle layout switch * chore: Border fix in chat list
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
// Settings header
|
||||
.settings-header {
|
||||
.header--icon {
|
||||
margin-left: 0;
|
||||
margin-right: var(--space-small);
|
||||
margin-left: var(--space-small);
|
||||
margin-right: var(--space-smaller);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,8 +246,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.search-header--wrap .search--input {
|
||||
text-align: right;
|
||||
.search-header--wrap {
|
||||
.search--input {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.layout-switch__container {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
// Card label
|
||||
|
||||
Reference in New Issue
Block a user