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.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			532 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			532 B
		
	
	
	
		
			SCSS
		
	
| body.rtl {
 | |
|   input,
 | |
|   textarea,
 | |
|   .module-left-pane,
 | |
|   .module-conversation-list-item,
 | |
|   .group-settings-item,
 | |
|   .contact-selection-list,
 | |
|   .group-member-list__selection,
 | |
|   .react-contextmenu-item,
 | |
|   .session-settings-list {
 | |
|     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;
 | |
|   }
 | |
| }
 |