diff --git a/public/css/tissue.css b/public/css/tissue.css index 7e53f6d..a9520ab 100644 --- a/public/css/tissue.css +++ b/public/css/tissue.css @@ -24,6 +24,16 @@ transition: filter .15s liner; } +.list-group-item.no-side-border { + border-left: none; + border-right: none; + border-radius: 0; +} + +.list-group-item.border-bottom-only:first-child { + border-top: none; +} + .list-group-item.border-bottom-only { border-left: none; border-right: none; diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0dcc406..4da9364 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -44,59 +44,55 @@
@if (!empty($publicLinkedEjaculations)) -
-
お惣菜コーナー
-
-

最近の公開チェックインから、オカズリンク付きのものを表示しています。

-
-
+ @endif + + @if (!empty($ejaculation->note)) +

+ {!! Formatter::linkify(nl2br(e($ejaculation->note))) !!} +

+ @endif + + @endforeach + @endif