]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase clickable area of app icon 4255/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 7 Apr 2017 18:58:53 +0000 (20:58 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 7 Apr 2017 19:01:22 +0000 (21:01 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/header.scss

index df137d0fc9052dda365170ff01a61f978a56cbb8..93be1dba18bba2de16812f47136e130cc9a652fb 100644 (file)
@@ -458,20 +458,17 @@ nav {
 
        li {
                float: left;
-               display: inline-block;
-               vertical-align: top !important;
-               height: 20px;
-               padding: 12px;
                cursor: pointer;
 
                a {
-                       opacity: 0.6;
+                       position: relative;
+                       display: inline-block;
                        margin: 0;
+                       padding: 12px;
+                       height: 21px;
                        text-align: center;
                        vertical-align: top !important;
-                       position: relative;
-                       height: 44px;
-                       display: inline-block;
+                       opacity: .6;
                }
        }
 
@@ -504,7 +501,7 @@ nav {
                color: rgba(0, 0, 0, .6);
                width: auto;
                left: 50%;
-               top: 32px;
+               top: 45px;
                transform: translateX(-50%);
                padding: 4px 10px;
                -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, .75));
@@ -531,7 +528,7 @@ nav {
                border-width: 10px;
                transform: translateX(-50%);
                left: 50%;
-               top: 13px;
+               bottom: 0;
                z-index: 100;
                display: block;
        }