Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Göhler <somebody.here@gmx.de>2014-07-26 15:06:51 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-29 18:32:48 +0400
commit1cd1214b9389a3fad3f13852a4436646a85df77b (patch)
tree50543e618da952e6b5006f635b5e10df16909d35 /core/css/header.css
parentd677040bdc8b77f0bf881bb2e053694691aca192 (diff)
max icon size for app menu
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css2
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 */