Fixed broken avatar image style

This commit is contained in:
2022-04-09 21:32:42 +08:00
parent b0ecbe42c3
commit 6f3d85c7a8
3 changed files with 8 additions and 8 deletions

View File

@@ -56,16 +56,15 @@
}
.b_avartar {
width: 90px;
height: 90px;
margin: 0 0 0.5em 0.5em;
line-height: 0;
float: right;
-moz-box-shadow: 0 0 5px 0 black;
-webkit-box-shadow: 0 0 5px 0 black;
box-shadow: 0 0 5px 0 black;
-moz-box-shadow: 2px 2px 5px 0 black;
-webkit-box-shadow: 2px 2px 5px 0 black;
box-shadow: 2px 2px 5px 0 black;
border: 0.4em solid white;
background-color: white;
background-position: center;