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 7167f3823..54103cc4a 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 !!}
diff --git a/safelist.txt b/safelist.txt index 513e2d569..6319db544 100644 --- a/safelist.txt +++ b/safelist.txt @@ -15,11 +15,13 @@ lg:relative lg:right-0 lg:justify-around lg:space-x-16 +lg:pr-12 lg:inline-flex lg:space-y-0 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