fix(client): reduce height of the alert banner (#37497)
This commit is contained in:
		@@ -3,6 +3,8 @@
 | 
				
			|||||||
  justify-content: space-around;
 | 
					  justify-content: space-around;
 | 
				
			||||||
  flex-direction: row-reverse;
 | 
					  flex-direction: row-reverse;
 | 
				
			||||||
  margin-bottom: 0px;
 | 
					  margin-bottom: 0px;
 | 
				
			||||||
 | 
					  padding-top: 3px;
 | 
				
			||||||
 | 
					  padding-bottom: 3px;
 | 
				
			||||||
  position: fixed;
 | 
					  position: fixed;
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  z-index: 1000;
 | 
					  z-index: 1000;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user