chore: Refactor sidebar related changes for RTL (#6519)

* Woot tabs

* Refactor sidebar related RTL

* Context menu

* chore: Minor fixes

* chore: Dropdown

* chore: Toggle switch

* chore: sidebar fixes

* fix: spacing issues and minor fixes

* chore: Space slab to small

---------

Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-02-24 13:01:54 +05:30
committed by GitHub
parent 6d4b894f95
commit 9fcb29484d
20 changed files with 110 additions and 73 deletions

View File

@@ -51,15 +51,11 @@ export default {
border-radius: var(--border-radius-small);
overflow: hidden;
.menu-label {
margin: 0;
margin: 0 var(--space-small);
font-size: var(--font-size-mini);
flex-shrink: 0;
}
.menu-icon {
margin-right: var(--space-small);
}
&:hover {
background-color: var(--w-500);
color: var(--white);
@@ -68,7 +64,6 @@ export default {
.agent-thumbnail {
margin-top: 0 !important;
margin-right: var(--space-small);
}
.label-pill {
@@ -77,6 +72,5 @@ export default {
border-radius: var(--border-radius-rounded);
border: 1px solid var(--s-50);
flex-shrink: 0;
margin-right: var(--space-small);
}
</style>