From dfd5913e9f864ed61378d6b1fa5280152300522f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 1 Mar 2022 11:48:05 +0900 Subject: [PATCH] . --- public/css/about.css | 5 ++++- resources/views/layout/component/about/network.blade.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/css/about.css b/public/css/about.css index ae5914b..010b9dd 100644 --- a/public/css/about.css +++ b/public/css/about.css @@ -249,12 +249,15 @@ table .label.sub-label, table .sub-label.sub-label { } a { - display: block; width: -moz-fit-content; width: fit-content; margin-top: 3px; } +.ablock { + display: block; +} + .main-row.network { min-height: calc(100vh - 110px) !important; } diff --git a/resources/views/layout/component/about/network.blade.php b/resources/views/layout/component/about/network.blade.php index 52173c0..b98ff4e 100644 --- a/resources/views/layout/component/about/network.blade.php +++ b/resources/views/layout/component/about/network.blade.php @@ -4,13 +4,13 @@

フォロワーのインスタンス({{ $res['follower']->total }})

@foreach ($res['follower']->data as $x) - {{ $x->follower->host }} + {{ $x->follower->host }} @endforeach

フォローしてるインスタンス({{ $res['following']->total }})

@foreach ($res['following']->data as $y) - {{ $y->following->host }} + {{ $y->following->host }} @endforeach