]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix search box wrapping on very narrow screens
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 9 Apr 2014 11:20:46 +0000 (13:20 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 9 Apr 2014 11:20:46 +0000 (13:20 +0200)
core/css/mobile.css

index c67ac3e5ecf82d3a3563c9ad2e7fade5593721f2..821da61929508265fe3d0456cc3cf270cfe8f033 100644 (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 */