unstable sharing refactor
This commit is contained in:
@@ -739,7 +739,13 @@ export const NotepadView: Component<{
|
||||
</div>
|
||||
</div>
|
||||
{/* Sticky Footer Actions (Match TaskDetail style) */}
|
||||
<div class="px-4 py-4 border-t border-border/50 md:hidden flex items-center justify-between shrink-0 bg-background/95 backdrop-blur-sm z-40 w-full sticky bottom-0">
|
||||
<div
|
||||
class="px-4 pt-4 border-t border-border/50 md:hidden flex items-center justify-between shrink-0 bg-background/95 backdrop-blur-sm z-40 w-full sticky bottom-0"
|
||||
style={{
|
||||
"padding-bottom": "calc(1rem + env(safe-area-inset-bottom, 0px))",
|
||||
"min-height": "calc(73px + env(safe-area-inset-bottom, 0px))"
|
||||
}}
|
||||
>
|
||||
<div class="flex items-center gap-2 w-16 shrink-0">
|
||||
{/* "..." popover menu containing Public/Private toggle and Delete */}
|
||||
<Show when={isOwner()}>
|
||||
|
||||
Reference in New Issue
Block a user