Update (ui)

This commit is contained in:
ct
2023-12-04 22:34:54 +08:00
parent 10e647f7b7
commit f3e191223a

View File

@@ -54,12 +54,13 @@ class="font-family-roboto-condensed mb-0 pb-1 d-inline badge bg-danger border-da
</div>
<div class="text-end d-flex justify-content-center justify-content-md-end w-100">
<div class="align-self-center d-flex d-md-grid gap-1">
<div class="align-self-center d-block d-md-grid">
<open-news-bite
this-class="btn btn-outline-secondary btn-sm rounded-pill px-3 text-decoration-none"
style="display:contents;"
this-class="w-100 mb-1 btn btn-outline-secondary btn-sm rounded-pill px-3 text-decoration-none"
title="{{ $post->title }}" bite="{{ $post->bites }}"
min-read="{{ min_read($post->bites, 'bite') }}"></open-news-bite>
<a class="btn btn-outline-secondary btn-sm rounded-pill px-3 text-decoration-none"
<a class="w-100 mb-1 btn btn-outline-secondary btn-sm rounded-pill px-3 text-decoration-none"
target="_blank" rel="nofollow noopener noreferrer" href="{{ $post->post_url }}">👉 Read
full
article</a>