#style: Tampilan home
Deskripsi: - Tampilan tamplate layout positionnya di ganti fixed ( tidak bisa di tarik ke bawah jika sudah menjadi aplikasi ) - UI Home selesai - UI User search selesai - UI Notifikasi selesai ## No issuee
This commit is contained in:
@@ -158,7 +158,7 @@ export default function Forum_Beranda({
|
||||
</ActionIcon>
|
||||
</Affix>
|
||||
|
||||
<Stack spacing={"xl"}>
|
||||
<Stack spacing={"xl"} >
|
||||
<TextInput
|
||||
radius={"xl"}
|
||||
placeholder="Topik forum apa yang anda cari hari ini ?"
|
||||
@@ -179,7 +179,7 @@ export default function Forum_Beranda({
|
||||
) : (
|
||||
// --- Main component --- //
|
||||
<ScrollOnly
|
||||
height="83vh"
|
||||
height="85vh"
|
||||
renderLoading={() => (
|
||||
<Center mt={"lg"}>
|
||||
<Loader color={"yellow"} />
|
||||
|
||||
Reference in New Issue
Block a user