fixed icons not aligned

This commit is contained in:
Carlos Jimenez 2018-11-07 13:56:04 +01:00
parent ae4203ed36
commit c04fad160f
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
vn-tooltip="Ctrl + Alt + {{mod.keyBind}}">
({{::mod.keyBind}})
</span>
<span ng-show='!mod.keyBind'>&nbsp;</span>
</a>
</div>
</div>

View File

@ -34,6 +34,10 @@ vn-home {
font-size: 4em;
}
& > vn-icon i[class="material-icons"] {
line-height: 75px;
}
& > span {
font-size: 0.9em;
text-align: center;