mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	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:
		| @@ -3,7 +3,7 @@ | ||||
|     <div | ||||
|       v-if="show" | ||||
|       v-on-clickaway="onClickAway" | ||||
|       class="dropdown-pane" | ||||
|       class="options-menu dropdown-pane" | ||||
|       :class="{ 'dropdown-pane--open': show }" | ||||
|     > | ||||
|       <availability-status /> | ||||
| @@ -150,10 +150,10 @@ export default { | ||||
| }; | ||||
| </script> | ||||
| <style lang="scss" scoped> | ||||
| .dropdown-pane { | ||||
| .options-menu.dropdown-pane { | ||||
|   left: var(--space-slab); | ||||
|   bottom: var(--space-larger); | ||||
|   min-width: 22rem; | ||||
|   min-width: var(--space-giga); | ||||
|   top: unset; | ||||
|   z-index: var(--z-index-low); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sivin Varghese
					Sivin Varghese