Some database refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user