step 44 : remove lg:hidden, lg:mb-5

This commit is contained in:
sindhu
2025-03-25 06:14:54 +07:00
parent 8a44aca6e1
commit e8538b7329
7 changed files with 39 additions and 35 deletions

View File

@@ -30,10 +30,10 @@
<!-- konten utama -->
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]"
x-data="settingsPageMobileEdit">
<div class="relative w-full lg:hidden">
<div class="relative w-full ">
<!-- jenis dropdown -->
<fieldset @click.outside="openJenis = false" class="relative border border-gray-400 rounded-md focus-within:border-blue-500 focus-within:ring-1
focus-within:ring-blue-500 px-3 pt-2 pb-2 lg:hidden">
focus-within:ring-blue-500 px-3 pt-2 pb-2 ">
<span x-text="selectedJenis.idJenis != -1 ? 'Jenis' : selectedJenis.namaJenis" class="pointer-events-none absolute start-2.5 top-0 -translate-y-1/2 bg-white p-0.5 text-xs text-gray-700 transition-all
peer-placeholder-shown:top-1/2 peer-placeholder-shown:text-sm peer-focus:top-0 peer-focus:text-xs">
</span>