Add reply count to catalog previews. Stage ip count

This commit is contained in:
Dominic Ferrando
2025-04-20 20:24:16 -04:00
parent e3fad65690
commit 1148648aa4
3 changed files with 25 additions and 13 deletions
+7 -2
View File
@@ -62,7 +62,6 @@ body {
margin: 10px;
text-align: center;
padding: 10px;
border: 2px solid rgba(111, 111, 111, 0.34);
width: 200px;
max-height: 192px;
overflow: scroll;
@@ -87,11 +86,17 @@ body {
.catalog-preview-img {
max-height: 70%;
max-width: 80%;
margin-bottom: 10px;
border: 1px solid #B7C5D9;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.catalog-preview-counts {
display: block;
font-size: 12px;
margin-bottom: 5px;
margin-top: 2.5px;
}
/* NEW THREAD BUTTON/FORM */
#newThreadBtn {