summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-02-09 12:23:06 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-09 12:23:06 +0100
commit05e89af4ecf81eae9d725e0f61ffe7e14b55d7ed (patch)
tree2b407f6576c235ac71287ea03f8eba88445cc669
parent[feature/frontend] add light mode color scheme of base css, adapt to prefers-... (diff)
downloadgotosocial-05e89af4ecf81eae9d725e0f61ffe7e14b55d7ed.tar.xz
[chore/frontend] Tweak display of "edited" in web UI a bit (#3766)
-rw-r--r--web/source/css/status.css2
-rw-r--r--web/template/status_info.tmpl2
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 @@
<div class="stats-item edited-at text-cutoff">
<dt class="sr-only">Edited</dt>
<dd>
- (last edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>)
+ (edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>)
</dd>
</div>
{{ end }}