mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-11 15:20:17 +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;
|
column-gap: 1rem;
|
||||||
|
|
||||||
.edited-at {
|
.edited-at {
|
||||||
font-style: italic;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="stats-item edited-at text-cutoff">
|
<div class="stats-item edited-at text-cutoff">
|
||||||
<dt class="sr-only">Edited</dt>
|
<dt class="sr-only">Edited</dt>
|
||||||
<dd>
|
<dd>
|
||||||
(last edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>)
|
(edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>)
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue