Merge pull request #32 from ZhaoTim/patch-1

feat: 优化首页的用户头像图片的展示比例
This commit is contained in:
Meekdai 2024-02-22 13:36:02 +08:00 committed by GitHub
commit 3a9a014adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
{% block style %}
<style>
.avatar {transition: 0.8s;width:64px;height:64px;}
.avatar {transition: 0.8s;width:64px;height:64px;object-fit: cover;}
.avatar:hover{transform: scale(1.15) rotate(360deg);}
#header h1 a{color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;margin-left:8px;}
.title-right{display:flex;margin:auto 0 0 auto;}