aBER0724 commited on
Commit
8e5cd16
·
verified ·
1 Parent(s): 512db8b

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +0 -23
custom.css CHANGED
@@ -421,27 +421,4 @@ span.ͼw {
421
  /* 隐藏原始的折叠按钮 */
422
  div.flex.items-center.gap-0\.5 button.flex.gap-1.items-center:not(.run-code-button) {
423
  display: none;
424
- }
425
-
426
- /* 丝滑折叠侧栏 */
427
- @keyframes fade-in {
428
- 0% {
429
- opacity: 0;
430
- }
431
- 30% {
432
- opacity: 0;
433
- }
434
- 100% {
435
- opacity: 1;
436
- }
437
- }
438
- #sidebar {
439
- transition-timing-function: cubic-bezier(0.3, 0.3, 0.2, 1);
440
- transition-duration: 0.5s;
441
- --tw-duration: 0.5;
442
- --tw-ease: cubic-bezier(0.3, 0.3, 0.2, 1);
443
- }
444
-
445
- #sidebar[data-state='true'] {
446
- animation: 0.4s ease-in forwards fade-in !important;
447
  }
 
421
  /* 隐藏原始的折叠按钮 */
422
  div.flex.items-center.gap-0\.5 button.flex.gap-1.items-center:not(.run-code-button) {
423
  display: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  }