/posts: increase width of sidebar.

Also fix search box to stretch to full width of sidebar.
This commit is contained in:
evazion
2019-10-13 18:53:46 -05:00
parent f3f80ff4f8
commit ee6f7a1d7e
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ footer#page-footer {
#sidebar {
flex: 0;
min-width: 15em;
min-width: 20em;
}
#content {

View File

@@ -281,6 +281,7 @@ div#c-posts {
input {
min-width: 0;
flex: 1;
}
#search-box-submit {