diff --git a/pb_data/data.db-shm b/pb_data/data.db-shm new file mode 100644 index 0000000..fe9ac28 Binary files /dev/null and b/pb_data/data.db-shm differ diff --git a/pb_data/data.db-wal b/pb_data/data.db-wal new file mode 100644 index 0000000..e69de29 diff --git a/pb_data/logs.db b/pb_data/logs.db index b59858e..de626bf 100644 Binary files a/pb_data/logs.db and b/pb_data/logs.db differ diff --git a/pb_data/logs.db-shm b/pb_data/logs.db-shm new file mode 100644 index 0000000..6e6d21d Binary files /dev/null and b/pb_data/logs.db-shm differ diff --git a/pb_data/logs.db-wal b/pb_data/logs.db-wal new file mode 100644 index 0000000..2e485ff Binary files /dev/null and b/pb_data/logs.db-wal differ diff --git a/pb_hooks/views/file.html b/pb_hooks/views/file.html index b78dd5a..555d1db 100644 --- a/pb_hooks/views/file.html +++ b/pb_hooks/views/file.html @@ -25,9 +25,13 @@ p, h2 { margin: 10px 10px; } + + input::placeholder { + font-size: 18px; + }