fix: popover selection wrongly including line breaks
This commit is contained in:
		@@ -505,9 +505,17 @@ header {
 | 
				
			|||||||
  opacity: 0;
 | 
					  opacity: 0;
 | 
				
			||||||
  pointer-events: none;
 | 
					  pointer-events: none;
 | 
				
			||||||
  transition: opacity 0.2s ease, transform 0.2s ease;
 | 
					  transition: opacity 0.2s ease, transform 0.2s ease;
 | 
				
			||||||
  transition-delay: 0.3s;
 | 
					  transition-delay: 0.1s;
 | 
				
			||||||
  user-select: none;
 | 
					  user-select: none;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  & > * {
 | 
				
			||||||
 | 
					    display: none;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  &.visible > * {
 | 
				
			||||||
 | 
					    display: inline-block;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @media all and (max-width: 600px) {
 | 
					  @media all and (max-width: 600px) {
 | 
				
			||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								static/icon.png
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/icon.png
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 17 KiB  | 
		Reference in New Issue
	
	Block a user