You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	Fix indentation
This commit is contained in:
		@@ -17,20 +17,20 @@ limitations under the License.
 | 
				
			|||||||
.mx_WidgetContextMenu {
 | 
					.mx_WidgetContextMenu {
 | 
				
			||||||
    padding: 6px;
 | 
					    padding: 6px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .mx_WidgetContextMenu_option {
 | 
					    .mx_WidgetContextMenu_option {
 | 
				
			||||||
      padding: 3px 6px 3px 6px;
 | 
					        padding: 3px 6px 3px 6px;
 | 
				
			||||||
      cursor: pointer;
 | 
					        cursor: pointer;
 | 
				
			||||||
      white-space: nowrap;
 | 
					        white-space: nowrap;
 | 
				
			||||||
  }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .mx_WidgetContextMenu_separator {
 | 
					    .mx_WidgetContextMenu_separator {
 | 
				
			||||||
      margin-top: 0;
 | 
					        margin-top: 0;
 | 
				
			||||||
      margin-bottom: 0;
 | 
					        margin-bottom: 0;
 | 
				
			||||||
      border-bottom-style: none;
 | 
					        border-bottom-style: none;
 | 
				
			||||||
      border-left-style: none;
 | 
					        border-left-style: none;
 | 
				
			||||||
      border-right-style: none;
 | 
					        border-right-style: none;
 | 
				
			||||||
      border-top-style: solid;
 | 
					        border-top-style: solid;
 | 
				
			||||||
      border-top-width: 1px;
 | 
					        border-top-width: 1px;
 | 
				
			||||||
      border-color: $menu-border-color;
 | 
					        border-color: $menu-border-color;
 | 
				
			||||||
  }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user