mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-10 14:08:33 -06:00
Complete feed view, post view, and post form
This commit is contained in:
@@ -234,4 +234,38 @@ form button {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.post-box {
|
||||
border: 1px solid grey;
|
||||
border-radius: 3px;
|
||||
padding: 1.5em;
|
||||
padding-bottom: 0.8em;
|
||||
margin: 0.45em;
|
||||
}
|
||||
.post-box .post-author {
|
||||
margin-top: 1em;
|
||||
font-size: 0.8em;
|
||||
border-bottom: 1px solid grey;
|
||||
padding-bottom: 0.8em;
|
||||
}
|
||||
.post-box .post-author.no-border {
|
||||
border: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.post-box .post-comments {
|
||||
padding-left: 2em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.post-box .post-comments .post-comment {
|
||||
width: fit-content;
|
||||
margin: 0.4em;
|
||||
padding: 0.3em;
|
||||
border: 1px solid rgba(128, 128, 128, 0.51);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.post-box .post-comments .post-comment .comment-author {
|
||||
font-size: 0.9em;
|
||||
vertical-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
|
||||
Reference in New Issue
Block a user