* Add gitlab user avatar

This commit is contained in:
zenggang
2021-11-08 06:25:03 +00:00
parent cc14a18799
commit 7ee8e8dbef
7 changed files with 40 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
#avatarUpload {display: inline-block; width: 50px; height: 50px; position: relative;}
#avatarUploadBtn {display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
#avatarUploadBtn {opacity: 0; color: #fff; border-radius: 50%; line-height: 50px;}
#avatarUploadBtn:hover {opacity: 1; background-color: rgba(0,0,0,.5);}