chore: display consistency
This commit is contained in:
parent
80b98e1860
commit
4f43c5627b
4 changed files with 4 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
<span id="now-playing-loading" class="icon--spin">
|
||||
{% tablericon 'loader-2' 'Loading...' %}
|
||||
</span>
|
||||
<span id="now-playing-display">
|
||||
<span id="now-playing-display" class="flex flex-row items-start md:items-center">
|
||||
<span id="now-playing-emoji" class="pt-1 md:pt-0 mr-1"></span>
|
||||
<span id="now-playing-content"></span>
|
||||
</span>
|
||||
|
|
|
@ -11,10 +11,7 @@
|
|||
<a href="https://trakt.tv/users/cdransf" rel="noopener noreferrer">tv</a>
|
||||
and
|
||||
<a href="https://letterboxd.com/cdme" rel="noopener noreferrer">movies</a>.</p>
|
||||
<p class="mb-0 flex flex-row items-start md:items-center">
|
||||
<span class="pt-1 md:pt-0 mr-1">{{ status.emoji }}</span>
|
||||
<span>{{ status.content }}</span>
|
||||
</p>
|
||||
{% render "partials/now/status.liquid", status:status %}
|
||||
{% include "partials/now/playing.liquid" %}
|
||||
</div>
|
||||
</div>
|
|
@ -22,7 +22,7 @@ meta:
|
|||
src: https://coryd.dev/assets/img/avatar.webp
|
||||
---
|
||||
|
||||
{% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
|
||||
{% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}
|
||||
<article class="h-entry">
|
||||
<div
|
||||
class="mb-8 border-b border-gray-200 pb-4 text-gray-800 dark:border-gray-700 dark:text-white"
|
||||
|
|
|
@ -22,7 +22,7 @@ meta:
|
|||
<div class="ml-1">Currently</div>
|
||||
</h2>
|
||||
<div class="pl-4 md:pl-8">
|
||||
{% render "partials/now/status.liquid", status:status %}
|
||||
{% render "partials/now/status.liquid", status:status %}
|
||||
<p class="my-2 flex flex-row items-start md:items-center">
|
||||
<span class="pt-1 md:pt-0 mr-1 icon--20">{% tablericon "map-2" "Map" %}</span>
|
||||
<span>Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.</span>
|
||||
|
|
Reference in a new issue