/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 {
|
#sidebar {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
min-width: 15em;
|
min-width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|||||||
@@ -281,6 +281,7 @@ div#c-posts {
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-box-submit {
|
#search-box-submit {
|
||||||
|
|||||||
Reference in New Issue
Block a user