mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 05:53:25 +00:00 
			
		
		
		
	fix(url-parser): cleaned weird margins on dark mode
This commit is contained in:
		@@ -97,22 +97,6 @@ const properties: {title: string, key: keyof URL}[] = [
 | 
			
		||||
  text-align: right;
 | 
			
		||||
}
 | 
			
		||||
.n-input-group {
 | 
			
		||||
 | 
			
		||||
  &:not(:first-child) > * {
 | 
			
		||||
    
 | 
			
		||||
    ::v-deep(.n-input__border), ::v-deep(.n-input-group-label__border) {
 | 
			
		||||
      border-radius: 0;
 | 
			
		||||
      border-top: none;
 | 
			
		||||
    
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
    &:first-child > * {
 | 
			
		||||
    
 | 
			
		||||
    ::v-deep(.n-input__border), ::v-deep(.n-input-group-label__border) {
 | 
			
		||||
      border-bottom-left-radius: 0;
 | 
			
		||||
      border-bottom-right-radius: 0;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  margin: 2px 0;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
		Reference in New Issue
	
	Block a user