The one thing that causes me trouble is that the text fields for search, and for the title of a discussion post, are far too narrow for me. I can see maybe a third of the title of something I'm gonna write, and the search field is over-full sometimes. I suggest you make them a bit wider, obviously.
I inject this style into the website, which makes them much nicer from my perspective:
Code: Select all
input.search-block-query {
width: 25em;
}
input.discussion-message-editor-title {
width: 75ex;
}