いいねユーザー表示の文字部分の幅が縮まないようにした
This commit is contained in:
parent
566d288395
commit
fca6b6e98b
@ -32,7 +32,7 @@
|
||||
<!-- likes -->
|
||||
@if ($ejaculation->likes_count > 0)
|
||||
<div class="my-2 py-1 border-top border-bottom d-flex align-items-center">
|
||||
<div class="ml-2 mr-3 text-secondary"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="ml-2 mr-3 text-secondary flex-shrink-0"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="like-users flex-grow-1 overflow-hidden">
|
||||
@foreach ($ejaculation->likes as $like)
|
||||
@if ($like->user !== null)
|
||||
|
@ -63,7 +63,7 @@
|
||||
<!-- likes -->
|
||||
@if ($ejaculation->likes_count > 0)
|
||||
<div class="my-2 py-1 border-top border-bottom d-flex align-items-center">
|
||||
<div class="ml-2 mr-3 text-secondary"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="ml-2 mr-3 text-secondary flex-shrink-0"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="like-users flex-grow-1 overflow-hidden">
|
||||
@foreach ($ejaculation->likes as $like)
|
||||
@if ($like->user !== null)
|
||||
|
@ -69,7 +69,7 @@
|
||||
<!-- likes -->
|
||||
@if ($ejaculation->likes_count > 0)
|
||||
<div class="my-2 py-1 border-top border-bottom d-flex align-items-center">
|
||||
<div class="ml-2 mr-3 text-secondary"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="ml-2 mr-3 text-secondary flex-shrink-0"><small><strong>{{ $ejaculation->likes_count }}</strong> 件のいいね</small></div>
|
||||
<div class="like-users flex-grow-1 overflow-hidden">
|
||||
@foreach ($ejaculation->likes as $like)
|
||||
@if ($like->user !== null)
|
||||
|
Loading…
Reference in New Issue
Block a user