File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2788,6 +2788,15 @@ body.sidebar-active .sidebar-dock {
27882788 color : var (--accent );
27892789}
27902790
2791+ body .sidebar-active : not (.sidebar-collapsed ) .playground-section {
2792+ padding-left : 296px !important ;
2793+ }
2794+
2795+ body .sidebar-collapsed .playground-section {
2796+ padding-left : 128px !important ;
2797+ }
2798+
2799+
27912800/* ── CodeMirror 6 Editor Container ─────────────────────────── */
27922801# pythonEditor {
27932802 flex : 1 ;
@@ -6384,3 +6393,4 @@ body.sidebar-collapsed .projects-section {
63846393 padding-left : 0 !important ;
63856394 padding-right : 0 !important ;
63866395}
6396+ }
Original file line number Diff line number Diff line change @@ -576,20 +576,6 @@ <h2 class="playground-title">🐍 Python Playground</h2>
576576 < kbd > Tab</ kbd > inserts 4 spaces
577577 </ p >
578578 </ div >
579-
580- < div class ="project-card " data-project ="nqueens " data-category ="utilities ">
581- < div class ="card-icon "> 👑</ div >
582- < h3 > N-Queen Problem Solver</ h3 >
583- < p > Place queens safely on the board using backtracking.</ p >
584- < button class ="btn-play "> Try It</ button >
585- </ div >
586-
587-
588- < div class ="project-card " data-category ="utilities " data-project ="tower-of-hanoi ">
589- < div class ="card-icon "> 🗼</ div >
590- < h3 > Tower of Hanoi</ h3 >
591- < p > Solve the classic puzzle!</ p >
592- < button class ="btn-play "> Try It</ button >
593579 < div class ="playground-body ">
594580 < div class ="editor-panel ">
595581 < div class ="panel-header ">
Original file line number Diff line number Diff line change @@ -1293,7 +1293,7 @@ document.addEventListener("DOMContentLoaded", function () {
12931293 } , 50 ) ;
12941294 }
12951295 lastFocusedElement = null ;
1296- }
1296+ } )
12971297
12981298 if ( modalClose ) modalClose . addEventListener ( "click" , closeProjectSafe ) ;
12991299 if ( modal ) {
@@ -1851,4 +1851,5 @@ projectCards.forEach(card => {
18511851 // Initial card filtering state update
18521852 updateProjectVisibility ( currentCategory , currentSearchQuery ) ;
18531853 window . updateRecentlyViewed ( ) ;
1854+ }
18541855} ) ;
You can’t perform that action at this time.
0 commit comments