Some database refactoring

This commit is contained in:
Dominic Ferrando
2025-04-18 10:40:08 -04:00
parent ccc53447de
commit e53a65d437
8 changed files with 94 additions and 79 deletions
+7 -5
View File
@@ -64,7 +64,7 @@ body {
margin: 2rem;
}
.thread-catalog-post {
.catalog-post {
padding: 10px;
border: 2px solid rgba(111, 111, 111, 0.34);
min-width: 140px;
@@ -72,17 +72,21 @@ body {
max-height: 192px;
}
.thread-catalog-post h1 {
.catalog-post h1 {
font-size: 14px;
color: #0F0C5D;
font-weight: bold;
}
.thread-catalog-post p {
.catalog-post p {
margin-top: 10px;
font-size: 12px;
}
.catalog-post-link {
cursor: pointer;
}
#newThreadBtn {
margin-top: 12px;
background: none;
@@ -103,8 +107,6 @@ body {
margin-left: auto;
}
.new-thread-form-field {}
.new-thread-form-field th {
border: 1px solid black;
text-align: left;