Spaces:
Sleeping
Sleeping
Junhui Ji
commited on
Commit
·
55a8438
1
Parent(s):
df5d8bf
update key popup position
Browse files- static/styles.css +1 -0
static/styles.css
CHANGED
@@ -949,6 +949,7 @@ footer {
|
|
949 |
position: fixed;
|
950 |
top: 50%;
|
951 |
left: 50%;
|
|
|
952 |
width: 100%;
|
953 |
height: 100%;
|
954 |
background: rgba(0, 0, 0, 0.7);
|
|
|
949 |
position: fixed;
|
950 |
top: 50%;
|
951 |
left: 50%;
|
952 |
+
transform: translate(-50%, -50%);
|
953 |
width: 100%;
|
954 |
height: 100%;
|
955 |
background: rgba(0, 0, 0, 0.7);
|