From 79397de0903623d4e1e7de5e9db5e21eb91f07b1 Mon Sep 17 00:00:00 2001 From: min'ryouta <67493493+liwoyadan@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:32:07 -0700 Subject: [PATCH 1/2] fix: improve user profile, character page row styling on smaller viewports/mobile (#1099) - User profile rows no longer are so small that they break heading text on >= 992px viewports (as their biggest breakpoint is lg) - Character information pages (image info and stats tab) have also had rows adjusted to prevent breaking headings --- .../views/character/_image_info.blade.php | 30 +++++++++---------- .../views/character/_tab_stats.blade.php | 30 +++++++++---------- .../views/user/_profile_content.blade.php | 24 +++++++-------- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/resources/views/character/_image_info.blade.php b/resources/views/character/_image_info.blade.php index 4810d2cb1e..d39859c78c 100644 --- a/resources/views/character/_image_info.blade.php +++ b/resources/views/character/_image_info.blade.php @@ -36,25 +36,25 @@ {{-- Basic info --}}
{!! $gallery->description !!}
- @if (!$gallery->submissions->count() && $gallery->children->count() && $childSubmissions->count()) + @if (!$gallery->submissions()->count() && $gallery->children->count() && $childSubmissions->count())This gallery has no submissions; instead, displayed is a selection of the most recent submissions from its sub-galleries. Please navigate to one of the sub-galleries to view more.
@endif @@ -59,7 +59,7 @@ {!! Form::close() !!}