mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
fix(url-parser): cleaned weird margins on dark mode
This commit is contained in:
parent
eb2755c8ae
commit
005ebfba31
1 changed files with 1 additions and 17 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue