fixed icons not aligned
This commit is contained in:
parent
ae4203ed36
commit
c04fad160f
|
@ -12,6 +12,7 @@
|
|||
vn-tooltip="Ctrl + Alt + {{mod.keyBind}}">
|
||||
({{::mod.keyBind}})
|
||||
</span>
|
||||
<span ng-show='!mod.keyBind'> </span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue