From db464fb90f88f53929a7733a67647f6848d79987 Mon Sep 17 00:00:00 2001 From: tobi Date: Sun, 9 Feb 2025 12:08:15 +0100 Subject: [PATCH] [chore/frontend] Tweak display of "edited" in web UI a bit --- web/source/css/status.css | 2 +- web/template/status_info.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/source/css/status.css b/web/source/css/status.css index f08310921..8ab0471fb 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -438,7 +438,7 @@ main { column-gap: 1rem; .edited-at { - font-style: italic; + font-size: smaller; } } diff --git a/web/template/status_info.tmpl b/web/template/status_info.tmpl index 366300071..a66ca05c4 100644 --- a/web/template/status_info.tmpl +++ b/web/template/status_info.tmpl @@ -30,7 +30,7 @@
Edited
- (last edited ) + (edited )
{{ end }}