From 05e89af4ecf81eae9d725e0f61ffe7e14b55d7ed Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 9 Feb 2025 12:23:06 +0100 Subject: [PATCH] [chore/frontend] Tweak display of "edited" in web UI a bit (#3766) --- 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 }}