From a77ac3f039e2ad6a4fcf37e9c308dea1aac33e4b Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 9 Feb 2019 00:50:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E6=83=A3=E8=8F=9C=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=8A=E3=83=BC=E3=81=AE=E3=82=AB=E3=83=BC=E3=83=89=E6=9E=A0?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ユーザータイムラインに合わせた形 --- public/css/tissue.css | 10 ++++ resources/views/home.blade.php | 96 ++++++++++++++++------------------ 2 files changed, 56 insertions(+), 50 deletions(-) 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