From 811f5d575496be43e5e48197813112d35e79a81f Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 1 May 2023 14:53:34 +0200 Subject: [PATCH] monospace fonts for IDs in overviews --- src/components/cards/CardsOverview.svelte | 6 ++++++ src/components/donations/DonationsOverview.svelte | 6 ++++++ src/components/donors/DonorsOverview.svelte | 6 ++++++ src/components/runners/RunnersOverview.svelte | 6 ++++++ src/components/scans/ScansOverview.svelte | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/src/components/cards/CardsOverview.svelte b/src/components/cards/CardsOverview.svelte index 4c5a8bdf..62ca82b6 100644 --- a/src/components/cards/CardsOverview.svelte +++ b/src/components/cards/CardsOverview.svelte @@ -312,3 +312,9 @@ {/if} {/if} + + diff --git a/src/components/donations/DonationsOverview.svelte b/src/components/donations/DonationsOverview.svelte index 4cca97cc..4c279ff0 100644 --- a/src/components/donations/DonationsOverview.svelte +++ b/src/components/donations/DonationsOverview.svelte @@ -281,3 +281,9 @@ {/if} {/if} + + diff --git a/src/components/donors/DonorsOverview.svelte b/src/components/donors/DonorsOverview.svelte index f5106ccf..d9780b50 100644 --- a/src/components/donors/DonorsOverview.svelte +++ b/src/components/donors/DonorsOverview.svelte @@ -255,3 +255,9 @@ {/if} {/if} + + diff --git a/src/components/runners/RunnersOverview.svelte b/src/components/runners/RunnersOverview.svelte index 16bd3f67..731cb2f5 100644 --- a/src/components/runners/RunnersOverview.svelte +++ b/src/components/runners/RunnersOverview.svelte @@ -259,3 +259,9 @@ {/if} {/if} + + diff --git a/src/components/scans/ScansOverview.svelte b/src/components/scans/ScansOverview.svelte index 8c7fcb9b..45a88010 100644 --- a/src/components/scans/ScansOverview.svelte +++ b/src/components/scans/ScansOverview.svelte @@ -306,3 +306,9 @@ {/if} {/if} + +