mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-11 07:10:16 +00:00
[chore/frontend] Tweak display of "edited" in web UI a bit (#3766)
This commit is contained in:
parent
42bbbaadb2
commit
05e89af4ec
|
@ -438,7 +438,7 @@ main {
|
|||
column-gap: 1rem;
|
||||
|
||||
.edited-at {
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue