From 6f1d8be50bdfb89ff095a2b41ef8ae4b35c0e96f Mon Sep 17 00:00:00 2001 From: "mara.froehlich" Date: Mon, 27 Jan 2025 19:00:19 +0100 Subject: [PATCH] correctly format avatar view in reading mode --- src/components/AvatarView.svelte | 2 +- styles.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/AvatarView.svelte b/src/components/AvatarView.svelte index de0a5bd..867e510 100644 --- a/src/components/AvatarView.svelte +++ b/src/components/AvatarView.svelte @@ -118,7 +118,7 @@ } -
+
*:first-child { margin-block-start: 0; }