diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-28 00:47:55 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-28 00:47:55 +0200 |
commit | 0b6311189205b176ea19abd486168f2e86f651e9 (patch) | |
tree | 0444640f9c9e81c72df2e8ddb51bcc9304d4158c | |
parent | 9a4d2871eb902538bdc832177a82a7a50309ba55 (diff) | |
parent | 1e69fc9af21d7b59ee603eb565eabff6e3743316 (diff) | |
download | nextcloud-server-0b6311189205b176ea19abd486168f2e86f651e9.tar.gz nextcloud-server-0b6311189205b176ea19abd486168f2e86f651e9.zip |
Merge pull request #9922 from visit1985/app_icon_size
max icon size for app menu
-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 */ |