navigation/dashboard: Limit icons to a size of 3x3em

fixes #3442
This commit is contained in:
Johannes Meyer 2018-07-09 10:46:47 +02:00
parent 04913f3699
commit 8974e44c68
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@
font-size: 3em; font-size: 3em;
opacity: 0.7; opacity: 0.7;
} }
> img {
width: 3em;
height: 3em;
margin-right: .6em;
}
} }
table.historycolorgrid { table.historycolorgrid {