Add Photos UI

This commit is contained in:
Bruno Bernardino
2024-04-27 08:12:44 +01:00
parent 3f5422f8eb
commit 635ca90de0
12 changed files with 757 additions and 122 deletions

View File

@@ -84,7 +84,7 @@ export default function Note({ fileName, currentPath, contents }: NoteProps) {
</textarea>
<span
class={`flex justify-end items-center text-sm mt-1 mx-2 ${
class={`flex justify-end items-center text-sm mt-1 mx-auto max-w-7xl ${
hasSaved.value ? 'text-green-600' : 'text-slate-100'
}`}
>