From 099296280cdf31c180e273025de508bb83d37ee2 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 28 May 2024 22:18:38 +0200 Subject: [PATCH] Improved line spacing in wrapping alert overview. --- pages/users/@username/+Page.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/users/@username/+Page.vue b/pages/users/@username/+Page.vue index 313ecb4..8c9627b 100644 --- a/pages/users/@username/+Page.vue +++ b/pages/users/@username/+Page.vue @@ -421,9 +421,9 @@ async function removeAlert(alert) { } .alert-details { - padding: .75rem 0; + padding: .25rem 0; flex-grow: 1; - line-height: 1.5; + line-height: 2.5; color: var(--shadow); &.and .alert-detail:not(:last-child):after {