Spaces:
Running
Running
Update interface.js
Browse files- interface.js +2 -1
interface.js
CHANGED
|
@@ -105,7 +105,8 @@
|
|
| 105 |
display: none;
|
| 106 |
position: absolute;
|
| 107 |
top: 54px;
|
| 108 |
-
|
|
|
|
| 109 |
z-index: 20;
|
| 110 |
background: #2E2E2EB3;
|
| 111 |
color: #fff;
|
|
|
|
| 105 |
display: none;
|
| 106 |
position: absolute;
|
| 107 |
top: 54px;
|
| 108 |
+
left: 50%;
|
| 109 |
+
transform: translateX(-50%);
|
| 110 |
z-index: 20;
|
| 111 |
background: #2E2E2EB3;
|
| 112 |
color: #fff;
|