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