Style commit-like entities

This commit is contained in:
Joscha 2023-08-18 03:11:13 +02:00
parent 7ecd812b11
commit 4bdca4d3c8
4 changed files with 22 additions and 37 deletions

View file

@ -6,8 +6,8 @@
<h2>Worker</h2>
<div>
<span>worker {{ name }}</span>
<div class="commit-like worker">
<span class="title">worker {{ name }}</span>
<dl>
<dt>Connected:</dt>
<dd>{{ connected }}</dd>