From d83cfd714ce072bd043c15627cae0c5b3dc66dd2 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 5 Jan 2025 17:12:10 +0100 Subject: [PATCH] fix(style) page layout top margin --- front/src/components/library/Library.vue | 2 +- front/src/components/ui/Layout.vue | 3 +++ front/src/ui/layouts/constrained.vue | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index 840bbbcd3..6934ef614 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -6,7 +6,7 @@ diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 3a0b97f29..d799b4ee2 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -101,5 +101,8 @@ const attributes = computed(() => ({ flex-wrap: v-bind('props.noWrap ? "nowrap" : "wrap"'); } + > h1, > h2, > h3, > h4, > h5 { + margin-top: 0px; + } } diff --git a/front/src/ui/layouts/constrained.vue b/front/src/ui/layouts/constrained.vue index ddad4c819..e76b67a3e 100644 --- a/front/src/ui/layouts/constrained.vue +++ b/front/src/ui/layouts/constrained.vue @@ -8,7 +8,7 @@