fixed top bar height issues and other styling
This commit is contained in:
@@ -134,7 +134,7 @@ const displayTitle = post ? (post.title || formatSlug(post.slug)) : 'Work';
|
||||
|
||||
{post.draft && (
|
||||
<div class="mt-6 inline-block">
|
||||
<span class="chip" style="background: var(--peach); color: var(--crust); border-color: var(--peach);">
|
||||
<span class="chip chip-draft">
|
||||
Sketch · unpublished
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user