render thread catalog posts

This commit is contained in:
Dominic Ferrando
2025-04-18 01:09:49 -04:00
parent 0146a9583d
commit a8e1443f03
7 changed files with 305 additions and 62 deletions
+22
View File
@@ -56,6 +56,28 @@ body {
margin: auto;
}
#threadCatalog {
margin: 0 2rem;
}
.thread-catalog-post {
padding: 10px;
border: 2px solid rgba(111, 111, 111, 0.34);
min-width: 140px;
max-width: 140px;
max-height: 192px;
}
.thread-catalog-post h1 {
color: #0F0C5D;
font-weight: bold;
}
.thread-catalog-post p {
margin-top: 10px;
font-size: 12px;
}
#newThreadBtn {
margin-top: 12px;
background: none;