Update (ui)
This commit is contained in:
@@ -54,12 +54,13 @@ class="font-family-roboto-condensed mb-0 pb-1 d-inline badge bg-danger border-da
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="text-end d-flex justify-content-center justify-content-md-end w-100">
|
<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
|
<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 }}"
|
title="{{ $post->title }}" bite="{{ $post->bites }}"
|
||||||
min-read="{{ min_read($post->bites, 'bite') }}"></open-news-bite>
|
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
|
target="_blank" rel="nofollow noopener noreferrer" href="{{ $post->post_url }}">👉 Read
|
||||||
full
|
full
|
||||||
article</a>
|
article</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user