Settings
-{$activeUser?.npub}
diff --git a/src/components/Dialog.svelte b/src/components/Dialog.svelte index e27beb8..711b79f 100644 --- a/src/components/Dialog.svelte +++ b/src/components/Dialog.svelte @@ -63,31 +63,6 @@ width: 100%; padding: var(--spacing-md); - > :global(.title) { - position: fixed; - display: flex; - width: calc(100% + 2 * var(--spacing-md)); - margin: calc(var(--spacing-md) * -1); - padding: var(--spacing-md); - background: color-mix(in oklab, black 50%, var(--accent)); - z-index: 99999; - - > :global(.close-button) { - position: absolute; - top: var(--spacing-md); - right: calc( - var(--spacing-md) * 2 + 1.5rem - ); - } - - :global(& + *) { - margin-top: calc( - 1.5rem + - var(--spacing-md) * 3 - ); - } - } - > :global(*:not(:last-child)) { margin-bottom: var(--spacing-sm); } diff --git a/src/components/FoldersListSidebar.svelte b/src/components/FoldersListSidebar.svelte index f383e2c..c4e381f 100644 --- a/src/components/FoldersListSidebar.svelte +++ b/src/components/FoldersListSidebar.svelte @@ -32,7 +32,7 @@ bind:open={isAddingFolder} onClose={newFolderDialogClosed} > -
Please enter a name for the new folder:
@@ -63,7 +63,7 @@{$activeUser?.npub}