fixed icons not aligned
This commit is contained in:
parent
ae4203ed36
commit
c04fad160f
|
@ -12,6 +12,7 @@
|
||||||
vn-tooltip="Ctrl + Alt + {{mod.keyBind}}">
|
vn-tooltip="Ctrl + Alt + {{mod.keyBind}}">
|
||||||
({{::mod.keyBind}})
|
({{::mod.keyBind}})
|
||||||
</span>
|
</span>
|
||||||
|
<span ng-show='!mod.keyBind'> </span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -34,6 +34,10 @@ vn-home {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > vn-icon i[class="material-icons"] {
|
||||||
|
line-height: 75px;
|
||||||
|
}
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue