Spaces:
Runtime error
Runtime error
ChenyuRabbitLove
commited on
Commit
•
adf27eb
1
Parent(s):
0abc6dc
feat: add viewport units on player avatar
Browse files- css/style.css +2 -0
css/style.css
CHANGED
@@ -7,6 +7,8 @@
|
|
7 |
|
8 |
#user_avatar {
|
9 |
background-color: transparent !important;
|
|
|
|
|
10 |
border-radius: 50% !important;
|
11 |
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
|
12 |
border-color: #fff !important;
|
|
|
7 |
|
8 |
#user_avatar {
|
9 |
background-color: transparent !important;
|
10 |
+
width: 10vw;
|
11 |
+
height: 10vw;
|
12 |
border-radius: 50% !important;
|
13 |
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
|
14 |
border-color: #fff !important;
|