From 1e69fc9af21d7b59ee603eb565eabff6e3743316 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20G=C3=B6hler?= <somebody.here@gmx.de>
Date: Sat, 26 Jul 2014 13:06:51 +0200
Subject: [PATCH] max icon size for app menu

---
 core/css/header.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/css/header.css b/core/css/header.css
index 86db48a3f0..2df8cdd3aa 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 */
-- 
GitLab