Make images smaller. remove overflow
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ internal/database/comfychan.db
|
|||||||
tmp
|
tmp
|
||||||
out
|
out
|
||||||
|
|
||||||
./media
|
media/
|
||||||
|
|
||||||
# Devenv
|
# Devenv
|
||||||
.devenv*
|
.devenv*
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ CREATE TABLE IF NOT EXISTS bans (
|
|||||||
|
|
||||||
INSERT INTO boards (slug, name, tag) VALUES
|
INSERT INTO boards (slug, name, tag) VALUES
|
||||||
('c', 'Comfy', 'Be comfy, fren'),
|
('c', 'Comfy', 'Be comfy, fren'),
|
||||||
('r', 'Robots', ''),
|
('r', 'Robots', 'Beep, boop'),
|
||||||
('gn', 'Goon', '');
|
('gn', 'Goon', 'God is watching');
|
||||||
|
|
||||||
INSERT INTO admins (username, password) VALUES
|
INSERT INTO admins (username, password) VALUES
|
||||||
('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC');
|
('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC');
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
@@ -103,7 +103,7 @@ body {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: scroll;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.catalog-preview h1 {
|
.catalog-preview h1 {
|
||||||
@@ -264,7 +264,7 @@ body {
|
|||||||
margin: 4px 12px 4px 0;
|
margin: 4px 12px 4px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-vid {
|
.post-vid {
|
||||||
|
|||||||
Reference in New Issue
Block a user