You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			495 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			495 B
		
	
	
	
		
			SCSS
		
	
body.rtl {
 | 
						|
  input,
 | 
						|
  textarea,
 | 
						|
  .module-left-pane,
 | 
						|
  .module-conversation-list-item,
 | 
						|
  .right-panel-item,
 | 
						|
  .contact-selection-list,
 | 
						|
  .group-member-list__selection,
 | 
						|
  .contexify_item {
 | 
						|
    direction: rtl;
 | 
						|
  }
 | 
						|
 | 
						|
  // text inside rtl textarea must be manually right-sided
 | 
						|
  textarea {
 | 
						|
    text-align: right;
 | 
						|
  }
 | 
						|
  // no matter what, keep left-pane-settings on tlr
 | 
						|
  // because it breaks the UI (arrow and more), and we don't care for now
 | 
						|
  .left-pane-setting-content {
 | 
						|
    direction: ltr;
 | 
						|
  }
 | 
						|
}
 |