fix search box wrapping on very narrow screens

This commit is contained in:
Jan-Christoph Borchardt 2014-04-09 13:20:46 +02:00
parent 0ad8e1b1e6
commit 1258cde020
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
.searchbox input[type="search"]:focus,
.searchbox input[type="search"]:active {
width: 155px;
max-width: 50%;
}
/* do not show display name on mobile when profile picture is present */