Merge pull request #2731 from CihanSenturk/master

Mobile style improvements for show pages
This commit is contained in:
Burak Civan 2022-11-07 16:07:35 +03:00 committed by GitHub
commit d363a213ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

4
presets.js vendored
View File

@ -267,6 +267,10 @@ module.exports = {
backgroundPosition: {
'0-full': ' 0 100%'
},
minHeight: {
'500': '500px',
}
},

3
public/css/app.css vendored
View File

@ -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%;
}

View File

@ -1,3 +1,3 @@
<div class="lg:w-4/12 lg:border-r border-gray-300 pr-12 mb-4 sm:mb-0">
<div class="lg:w-4/12 lg:border-r border-gray-300 lg:pr-12 mb-4 sm:mb-0">
{!! $slot !!}
</div>

View File

@ -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