xaoxuu / hexo-theme-stellar

内置文档系统的简约商务风Hexo主题,支持大量的标签组件和动态数据组件。
https://xaoxuu.com/wiki/stellar/
MIT License
1.26k stars 313 forks source link

侧边栏页脚图标未居中对齐 #374

Closed L33Z22L11 closed 7 months ago

L33Z22L11 commented 7 months ago

背景:通过CDN引入font-awesome图标,使用<i>标签在侧边栏页脚调用图标。

配置文件:_config.stellar.yml

footer:
  social:
    github:
      icon: '<i class="fa-brands fa-github"></i>'
      url: https://github.com/L33Z22L11

inject:
  head:
    - <link href="https://lib.baomitu.com/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">

表现:鼠标悬浮在图标上时,图标位于高亮圆角矩形内部的左侧。

预期:给侧边栏页脚图标的父标签<div class="social-wrap"></div>增加text-align: center;属性,可以较好地解决问题。

xaoxuu commented 7 months ago

感谢大佬👍