From 4b32296aadeb7dee92eaf15b1537c522aed69a82 Mon Sep 17 00:00:00 2001 From: Ahmad Afandi Date: Tue, 19 May 2026 14:07:06 +0700 Subject: [PATCH 1/2] fix: perbaikan tampilan website ketika slider belum diisi --- public/web/css/openkab.css | 18 +++++++++++++++++- resources/views/web/partials/slider.blade.php | 8 +++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/public/web/css/openkab.css b/public/web/css/openkab.css index 31a928c7f..21bac9057 100644 --- a/public/web/css/openkab.css +++ b/public/web/css/openkab.css @@ -196,7 +196,23 @@ a { } @media (max-width: 768px) { - .header-carousel .owl-nav { +.header-carousel { + min-height: 350px; +} + +.header-carousel .owl-carousel-item { + min-height: 350px; + display: flex; + align-items: center; + justify-content: center; +} + +.header-carousel .owl-carousel-item img { + max-height: 350px; + object-fit: contain; +} + +.header-carousel .owl-nav { left: 25px; } } diff --git a/resources/views/web/partials/slider.blade.php b/resources/views/web/partials/slider.blade.php index 036b95482..6e409560c 100644 --- a/resources/views/web/partials/slider.blade.php +++ b/resources/views/web/partials/slider.blade.php @@ -1,10 +1,16 @@
From 99cb6c0ba54a1f4b66c2c944ed27d53d1c156ea4 Mon Sep 17 00:00:00 2001 From: Ahmad Affandi Date: Wed, 20 May 2026 10:20:26 +0700 Subject: [PATCH 2/2] [ci skip] memutahirkan catatan rilis --- catatan_rilis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/catatan_rilis.md b/catatan_rilis.md index bf532140b..50deefef0 100644 --- a/catatan_rilis.md +++ b/catatan_rilis.md @@ -22,6 +22,7 @@ Di rilis ini, versi 2606.0.0 berisi penambahan dan perbaikan yang diminta penggu 2. [#1026](https://github.com/OpenSID/OpenKab/issues/1026) Perbaikan fungsi insert media dan gambar pada tinymce artikel 3. [#1032](https://github.com/OpenSID/OpenKab/issues/1032) Perbaikan Tombol enter refresh halaman di kategori artikel opensid 4. [#1037](https://github.com/OpenSID/OpenKab/issues/1037) Perbaikan Gambar desa aktif pada halaman website openkab masih statis +5. [#1039](https://github.com/OpenSID/OpenKab/issues/1039) Perbaikan Tampilan halaman web ketika belum ditambahkan gambar slider tidak tampil dengan baik #### Perubahan Teknis