ntdservices commited on
Commit
ba3927f
·
verified ·
1 Parent(s): 95cc458

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -0
static/index.html CHANGED
@@ -35,6 +35,7 @@
35
  /* Collapse so only a tiny sliver remains visible */
36
  transform:translateX(calc(-100% + var(--panelPeek)));
37
  overflow:hidden; /* <--- add this line */
 
38
  }
39
  #panel h2{margin:.3rem 0 1rem; font-size:1.05rem; color:#cfe0ff}
40
  fieldset{border:1px solid #2a395f; border-radius:12px; padding:12px; margin:10px 0}
 
35
  /* Collapse so only a tiny sliver remains visible */
36
  transform:translateX(calc(-100% + var(--panelPeek)));
37
  overflow:hidden; /* <--- add this line */
38
+ border-right:none;
39
  }
40
  #panel h2{margin:.3rem 0 1rem; font-size:1.05rem; color:#cfe0ff}
41
  fieldset{border:1px solid #2a395f; border-radius:12px; padding:12px; margin:10px 0}