From 314e9dd30815ba83d9ab9e5866adafd61b921b0b Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 12 Oct 2022 12:46:29 +0300 Subject: [PATCH 1/2] loading hide control --- app/View/Components/Show/Right.php | 21 +++++++++++++++++++ .../components/show/content/right.blade.php | 5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 app/View/Components/Show/Right.php diff --git a/app/View/Components/Show/Right.php b/app/View/Components/Show/Right.php new file mode 100644 index 000000000..e998ce92d --- /dev/null +++ b/app/View/Components/Show/Right.php @@ -0,0 +1,21 @@ + - - + @if (! isset($attributes['disable-loading'])) + + @endif {!! $slot !!} From 2e0a951bf4d875667b85347f3b8dfeffa9d38c4f Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 12 Oct 2022 14:47:50 +0300 Subject: [PATCH 2/2] css compiled --- public/css/app.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 1126fa496..95fd198af 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -49894,18 +49894,18 @@ body{ gap: 0px; } - .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); } + .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){ + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); + } + .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){ --tw-divide-x-reverse: 0; border-right-width: calc(2px * var(--tw-divide-x-reverse));