From 12a4c4e2fc720bfd01574506cbdcfb447022cbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 10 Mar 2023 15:23:52 +0100 Subject: [PATCH] chore: add css nesting bugs --- layouts/default.vue | 4 ++-- pages/[feed]/[page].vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 5a9c06f5..7afaccc3 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -109,7 +109,7 @@ a { margin: auto; text-align: right; flex-grow: 1; - & a { + a { margin-right: 0; } } @@ -149,7 +149,7 @@ a { padding: 15px; } - & a { + a { margin-right: 1em; } diff --git a/pages/[feed]/[page].vue b/pages/[feed]/[page].vue index 53ecb31f..495619d0 100644 --- a/pages/[feed]/[page].vue +++ b/pages/[feed]/[page].vue @@ -98,7 +98,7 @@ watch(page, to => pageChanged(to)) width: 100%; transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); - & ul { + ul { list-style-type: none; padding: 0; margin: 0;