mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-03 21:43:21 +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;
 | 
					  text-align: right;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.n-input-group {
 | 
					.n-input-group {
 | 
				
			||||||
 | 
					  margin: 2px 0;
 | 
				
			||||||
  &: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;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user