chore: de-tailwindify since there's a class in css now

This commit is contained in:
0ko 2026-05-19 20:37:16 +05:00
parent 2de0ee494d
commit fdb47a24e7
2 changed files with 2 additions and 1 deletions

View file

@ -88,7 +88,7 @@
</details>
</div>
<div class="date tw-text-right">
<div class="date">
{{if .Committer}}{{DateUtils.TimeSince .Committer.When}}{{else}}{{DateUtils.TimeSince .Author.When}}{{end}}
</div>

View file

@ -27,6 +27,7 @@
justify-self: end;
max-width: 16ch;
white-space: nowrap;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
}