feat: align landing capsule and remove glass from map ui
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
/>
|
||||
|
||||
<!-- Sheet content -->
|
||||
<div class="relative flex w-full max-w-[980px] flex-col overflow-hidden rounded-t-[2rem] border border-white/60 bg-base-100/95 shadow-[0_-24px_70px_rgba(15,23,42,0.3)] backdrop-blur-xl">
|
||||
<div class="relative flex w-full max-w-[980px] flex-col overflow-hidden rounded-t-[2rem] border border-base-300 bg-base-100 shadow-[0_-24px_70px_rgba(15,23,42,0.3)]">
|
||||
<!-- Header with drag handle and close -->
|
||||
<div class="sticky top-0 z-10 border-b border-base-300 bg-base-100/90">
|
||||
<div class="sticky top-0 z-10 border-b border-base-300 bg-base-100">
|
||||
<div class="flex justify-center py-2">
|
||||
<div class="h-1.5 w-12 rounded-full bg-base-content/20" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user