mirror of https://github.com/keeweb/keeweb
fixed icon positioning in links
parent
e129e52e01
commit
4884caadd4
|
@ -17,7 +17,7 @@
|
|||
|
||||
.fa {
|
||||
@include fa-icon;
|
||||
a > & {
|
||||
&.bottom {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<h1><i class="fa fa-info settings__head-icon"></i> {{res 'setAboutTitle'}} KeeWeb v{{version}}</h1>
|
||||
<p>{{#res 'setAboutFirst'}}<a href="https://antelle.net" target="_blank">Antelle</a>{{/res~}}
|
||||
{{~#res 'setAboutSecond'}}<a href="{{licenseLink}}" target="_blank">MIT</a>{{/res}}
|
||||
{{#res 'setAboutSource'}}<a href="{{repoLink}}" target="_blank">GitHub <i class="fa fa-github-alt"></i></a>{{/res}}</p>
|
||||
{{#res 'setAboutSource'}}<a href="{{repoLink}}" target="_blank">GitHub <i class="fa fa-github-alt bottom"></i></a>{{/res}}</p>
|
||||
<a href="{{donationLink}}" target="_blank" class="settings__donate-btn no-border">
|
||||
<span class="settings__donate-btn-top">Become a</span><span class="settings__donate-btn-bottom">Backer</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue