chore: tap targets
This commit is contained in:
parent
d9624ece0d
commit
b02e70f187
3 changed files with 0 additions and 9 deletions
|
@ -13,7 +13,6 @@
|
|||
<a href="{{ album.artist_url }}" title="Learn more about {{ album.artist | escape }}">
|
||||
{{ album.artist }}
|
||||
</a>
|
||||
<span> • <a href="https://coryd.dev/music/genres/{{ album.genre | slugify | downcase }}" title="Learn more about {{ album.genre | escape }}">{{ album.genre }}</a></span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
|
@ -7,13 +7,6 @@
|
|||
& .link-box {
|
||||
border: 1px solid var(--gray-light);
|
||||
padding: var(--sizing-xs) var(--sizing-sm);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
& button {
|
||||
position: absolute;
|
||||
bottom: var(--sizing-sm);
|
||||
right: var(--sizing-sm);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
|
|||
</a>
|
||||
{% if author %} via {{ author }}{% endif %}
|
||||
{% render "partials/widgets/tags.liquid", tags:link.data.tags %}
|
||||
{% render "partials/widgets/share-button.liquid", url:link.data.link, title:link.data.title, tagMap:collections.tagMap %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Reference in a new issue