/posts: increase width of sidebar.
Also fix search box to stretch to full width of sidebar.
This commit is contained in:
@@ -37,7 +37,7 @@ footer#page-footer {
|
||||
|
||||
#sidebar {
|
||||
flex: 0;
|
||||
min-width: 15em;
|
||||
min-width: 20em;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
@@ -281,6 +281,7 @@ div#c-posts {
|
||||
|
||||
input {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#search-box-submit {
|
||||
|
||||
Reference in New Issue
Block a user