@@ -66,6 +66,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
<div class="name">{displayName}</div>
|
<div class="name">{displayName}</div>
|
||||||
|
<div class="separator"></div>
|
||||||
{#if (entry.endTime != null)}
|
{#if (entry.endTime != null)}
|
||||||
<div class="times">
|
<div class="times">
|
||||||
<DaysLeft startTime={entry.startTime || entry.createdTime} endTime={entry.endTime} />
|
<DaysLeft startTime={entry.startTime || entry.createdTime} endTime={entry.endTime} />
|
||||||
@@ -145,10 +146,12 @@
|
|||||||
padding: 0.125em .5ch;
|
padding: 0.125em .5ch;
|
||||||
}
|
}
|
||||||
div.times {
|
div.times {
|
||||||
margin-left: auto;
|
|
||||||
margin-right: 0.25ch;
|
margin-right: 0.25ch;
|
||||||
padding: 0.125em 0;
|
padding: 0.125em 0;
|
||||||
}
|
}
|
||||||
|
div.separator {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
div.entry-body {
|
div.entry-body {
|
||||||
padding: 0.25em 1ch;
|
padding: 0.25em 1ch;
|
||||||
|
|||||||
Reference in New Issue
Block a user