feat: add Playground module with full-height editor

This commit is contained in:
2025-12-31 00:36:14 +01:00
parent 13798f5e83
commit c0bb79da9f
5 changed files with 71 additions and 2 deletions

View File

@@ -395,6 +395,12 @@ code, kbd {
position: relative;
}
/* Playground mode - full height editor */
.editor-section.playground-mode {
flex: 1;
min-height: 0;
}
.code-editor {
flex: 1;
display: flex;