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:
evazion
2019-09-19 15:01:05 -05:00
parent 9720e4cfa9
commit 56c7727dd2

View File

@@ -330,8 +330,8 @@ div#c-posts {
margin: 1em 0;
}
section {
margin-top: 1em;
#image-container {
margin: 1em 0 0.5em;
}
span.quick-mod {
@@ -404,9 +404,9 @@ div#c-posts {
#artist-commentary {
border: var(--post-artist-commentary-container-border);
border-radius: 8px;
border-radius: 3px;
background: var(--post-artist-commentary-container-background);
margin-top: 1em;
margin-bottom: 0.5em;
padding: 0.5em;
#original-artist-commentary, #translated-artist-commentary {