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

@@ -25,6 +25,7 @@ export default {
</script>
<style scoped>
.inbox--name {
align-items: center;
display: inline-flex;
padding: var(--space-micro) 0;
line-height: var(--space-slab);
@@ -32,6 +33,7 @@ export default {
background: none;
color: var(--s-500);
font-size: var(--font-size-mini);
margin: 0 var(--space-one);
}
.inbox--icon {