Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +5 -1
static/index.html
CHANGED
|
@@ -63,7 +63,11 @@
|
|
| 63 |
background:#0d1a36; border:1px solid #2a395f;
|
| 64 |
transition:left .28s ease;
|
| 65 |
}
|
| 66 |
-
#panel.min + #toggle{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
#saveState{position:fixed; bottom:12px; left:calc(var(--panelW) + 12px); font-size:.8rem; border-radius:999px; padding:6px 10px; opacity:.9; z-index:4; transition:left .28s ease}
|
| 69 |
#panel.min ~ #stage #saveState, #panel.min ~ #saveState { left:28px; }
|
|
|
|
| 63 |
background:#0d1a36; border:1px solid #2a395f;
|
| 64 |
transition:left .28s ease;
|
| 65 |
}
|
| 66 |
+
#panel.min + #toggle{
|
| 67 |
+
left:16px;
|
| 68 |
+
opacity:0.4;
|
| 69 |
+
filter:grayscale(40%);
|
| 70 |
+
}
|
| 71 |
|
| 72 |
#saveState{position:fixed; bottom:12px; left:calc(var(--panelW) + 12px); font-size:.8rem; border-radius:999px; padding:6px 10px; opacity:.9; z-index:4; transition:left .28s ease}
|
| 73 |
#panel.min ~ #stage #saveState, #panel.min ~ #saveState { left:28px; }
|