From 10ee80d2e34c2249d5d110d96e5972bd87672370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:03:38 +0300 Subject: [PATCH 1/2] mobile style improvements for show pages --- presets.js | 4 ++++ public/css/app.css | 3 +++ resources/views/components/show/content/left.blade.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/presets.js b/presets.js index a41f04657..f0c1b6767 100644 --- a/presets.js +++ b/presets.js @@ -267,6 +267,10 @@ module.exports = { backgroundPosition: { '0-full': ' 0 100%' + }, + + minHeight: { + '500': '500px', } }, diff --git a/public/css/app.css b/public/css/app.css index c907379ff..b1101c75c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{ .min-h-0{ min-height: 0px; } +.min-h-500{ + min-height: 500px; +} .min-h-full{ min-height: 100%; } diff --git a/resources/views/components/show/content/left.blade.php b/resources/views/components/show/content/left.blade.php index f90e645c2..c43af2b68 100644 --- a/resources/views/components/show/content/left.blade.php +++ b/resources/views/components/show/content/left.blade.php @@ -1,3 +1,3 @@ -
+
{!! $slot !!}
From 0de2c83a1203efcc1ca89555acefe80e3779c9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:06:57 +0300 Subject: [PATCH 2/2] safelist updated --- safelist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/safelist.txt b/safelist.txt index 504cd8b73..d2c72179c 100644 --- a/safelist.txt +++ b/safelist.txt @@ -15,9 +15,11 @@ lg:relative lg:right-0 lg:justify-around lg:space-x-16 +lg:pr-12 sm:ltr:right-4 sm:rtl:left-4 sm:w-500 +sm:min-h-500 ltr:-right-1.5 rtl:-left-1.5 rtl:-scale-x-100 \ No newline at end of file