diff options
author | Michael Göhler <somebody.here@gmx.de> | 2014-07-26 13:06:51 +0200 |
---|---|---|
committer | Michael Göhler <somebody.here@gmx.de> | 2014-07-26 13:06:51 +0200 |
commit | 1e69fc9af21d7b59ee603eb565eabff6e3743316 (patch) | |
tree | f1e7748a17b208cdb8c9c10f5086db3efde41f0e /core/css/header.css | |
parent | acafb4a4268f2b6a7bce6aa05a056e6cedc62ac7 (diff) | |
download | nextcloud-server-1e69fc9af21d7b59ee603eb565eabff6e3743316.tar.gz nextcloud-server-1e69fc9af21d7b59ee603eb565eabff6e3743316.zip |
max icon size for app menu
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 86db48a3f08..2df8cdd3aa3 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -190,6 +190,8 @@ #navigation .app-icon { margin: 0 auto; padding: 0; + max-height: 32px; + max-width: 32px; } /* Apps management */ |