diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-25 18:46:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-26 09:35:12 +0200 |
commit | 5a6b10ae6fd5a50e2f3dde7f28d5e24faa51383d (patch) | |
tree | 66947d1692c8767cc2be9c7dff696d264a6e7bc7 /core/css/header.css | |
parent | 08a490df32e7744be5e5f47067746591e7fac05a (diff) | |
download | nextcloud-server-5a6b10ae6fd5a50e2f3dde7f28d5e24faa51383d.tar.gz nextcloud-server-5a6b10ae6fd5a50e2f3dde7f28d5e24faa51383d.zip |
only show search icon on desktop, like on mobile
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 466022e9f76..5630f96953f 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -294,7 +294,7 @@ } #expand { display: block; - padding: 7px 30px 6px 22px; + padding: 7px 30px 6px 10px; cursor: pointer; } #expand * { |