feat: 优化首页的用户头像图片的展示比例
This commit is contained in:
parent
0896ba2e8a
commit
729d83b999
@ -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;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user