diff --git a/.gitignore b/.gitignore index f7dd19f..03194d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ internal/database/comfychan.db tmp out -./media +media/ # Devenv .devenv* diff --git a/internal/database/seed.sql b/internal/database/seed.sql index cecf92c..23bbdcb 100644 --- a/internal/database/seed.sql +++ b/internal/database/seed.sql @@ -57,8 +57,8 @@ CREATE TABLE IF NOT EXISTS bans ( INSERT INTO boards (slug, name, tag) VALUES ('c', 'Comfy', 'Be comfy, fren'), - ('r', 'Robots', ''), - ('gn', 'Goon', ''); + ('r', 'Robots', 'Beep, boop'), + ('gn', 'Goon', 'God is watching'); INSERT INTO admins (username, password) VALUES ('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC'); diff --git a/media/posts/full/1745552358475554963.png b/media/posts/full/1745552358475554963.png deleted file mode 100644 index 486e574..0000000 Binary files a/media/posts/full/1745552358475554963.png and /dev/null differ diff --git a/media/posts/thumb/1745552358475554963.png b/media/posts/thumb/1745552358475554963.png deleted file mode 100644 index 6c0dafb..0000000 Binary files a/media/posts/thumb/1745552358475554963.png and /dev/null differ diff --git a/web/static/index.css b/web/static/index.css index c23c762..42b35ec 100644 --- a/web/static/index.css +++ b/web/static/index.css @@ -103,7 +103,7 @@ body { padding: 10px; width: 250px; max-height: 300px; - overflow: scroll; + overflow: hidden; } .catalog-preview h1 { @@ -264,7 +264,7 @@ body { margin: 4px 12px 4px 0; cursor: pointer; height: auto; - max-width: 100%; + max-width: 40%; } .post-vid {