aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-19 00:23:28 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-19 00:23:28 +0200
commit005ebfba318ece1a9c04aefb737baed5d7aafb91 (patch)
treeb71c71d86d17856eb8effd338170da7e304079c7 /src
parenteb2755c8aedebde4bb6f935b7ee2608399172d33 (diff)
downloadit-tools-005ebfba318ece1a9c04aefb737baed5d7aafb91.tar.gz
it-tools-005ebfba318ece1a9c04aefb737baed5d7aafb91.tar.zst
it-tools-005ebfba318ece1a9c04aefb737baed5d7aafb91.zip
fix(url-parser): cleaned weird margins on dark mode
Diffstat (limited to 'src')
-rw-r--r--src/tools/url-parser/url-parser.vue18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/tools/url-parser/url-parser.vue b/src/tools/url-parser/url-parser.vue
index d35923b..f1c82c9 100644
--- a/src/tools/url-parser/url-parser.vue
+++ b/src/tools/url-parser/url-parser.vue
@@ -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> \ No newline at end of file