Merge pull request #9922 from visit1985/app_icon_size

max icon size for app menu
This commit is contained in:
Jan-Christoph Borchardt 2014-07-28 00:47:55 +02:00
commit 0b63111892
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@
#navigation .app-icon {
margin: 0 auto;
padding: 0;
max-height: 32px;
max-width: 32px;
}
/* Apps management */