Add reply count to catalog previews. Stage ip count
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user