css: fix margin between commentary box and search navbar on posts.
* Fix commentary box not having a gap between it and the search navbar when the search navbar is beneath the post (the default setting). * Reduce border radius of commentary box.
This commit is contained in:
@@ -330,8 +330,8 @@ div#c-posts {
|
|||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
#image-container {
|
||||||
margin-top: 1em;
|
margin: 1em 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.quick-mod {
|
span.quick-mod {
|
||||||
@@ -404,9 +404,9 @@ div#c-posts {
|
|||||||
|
|
||||||
#artist-commentary {
|
#artist-commentary {
|
||||||
border: var(--post-artist-commentary-container-border);
|
border: var(--post-artist-commentary-container-border);
|
||||||
border-radius: 8px;
|
border-radius: 3px;
|
||||||
background: var(--post-artist-commentary-container-background);
|
background: var(--post-artist-commentary-container-background);
|
||||||
margin-top: 1em;
|
margin-bottom: 0.5em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
||||||
#original-artist-commentary, #translated-artist-commentary {
|
#original-artist-commentary, #translated-artist-commentary {
|
||||||
|
|||||||
Reference in New Issue
Block a user