Fix: ugly layout when display-area is not wide
This commit is contained in:
		@@ -284,7 +284,6 @@ iframe,
 | 
				
			|||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  justify-content: space-around;
 | 
					  justify-content: space-around;
 | 
				
			||||||
  width: 250px;
 | 
					 | 
				
			||||||
  max-width: 100%;
 | 
					  max-width: 100%;
 | 
				
			||||||
  grid-area: actions;
 | 
					  grid-area: actions;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user