From d16fa9e1e28c355b32d86e42e7bc8bef54799e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Mon, 24 Jun 2024 09:01:53 +0200 Subject: [PATCH] style: space between history events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I checked PenPot again and noticed that there is spacing between each entry. I could have changed the lists to a different element but that would be another refactoring just to use Flexbox for styling. Instead I went with some margin. If I want to use Flexbox I should first move the fallback from Profile into this component and turn it into another Atom. Signed-off-by: André Jaenisch --- src/lib/components/molecules/History.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/molecules/History.svelte b/src/lib/components/molecules/History.svelte index 38fa214..386e185 100644 --- a/src/lib/components/molecules/History.svelte +++ b/src/lib/components/molecules/History.svelte @@ -61,7 +61,7 @@ You should have received a copy of the GNU Affero General Public License along w {#each Object.entries(groupCommitsByDateAndProject(commitsMap)) as commitsByDateAndProject} {#each Object.entries(commitsByDateAndProject[1]) as commitsByProject} -
  • +