fix search box wrapping on very narrow screens
This commit is contained in:
parent
0ad8e1b1e6
commit
1258cde020
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue