summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-04-07 22:29:38 +0200
committerGitHub <noreply@github.com>2017-04-07 22:29:38 +0200
commit9adfa60eb38f6c39ae075e1fa68037375c8789de (patch)
treeac733338f52325e55e37bfa954365b3f6f55a11c /core/css
parent6c0cafb10f401d2b1e65874a54cd9732122f083e (diff)
parent50609f0d7a2e71efc90108f3fe8d905c556635ff (diff)
downloadnextcloud-server-9adfa60eb38f6c39ae075e1fa68037375c8789de.tar.gz
nextcloud-server-9adfa60eb38f6c39ae075e1fa68037375c8789de.zip
Merge pull request #4255 from nextcloud/appmenu-tappable
Increase clickable area of app icon
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss17
1 files changed, 7 insertions, 10 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index df137d0fc90..93be1dba18b 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -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;
}