css: factor out recent posts component.
This commit is contained in:
9
app/javascript/src/styles/common/recent_posts.scss
Normal file
9
app/javascript/src/styles/common/recent_posts.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
/* A small set of recent posts. Used for recent uploads and favorites on user
|
||||
* profile pages, and recent posts on artist and wiki pages. */
|
||||
div.recent-posts {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
h2.recent-posts-header {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user