feat:(client): show-workshop-independent-lower-jaw (#64137)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2026-01-08 17:51:57 +03:00
committed by GitHub
parent 87cf2f2633
commit c3f0473cd0
13 changed files with 292 additions and 36 deletions

View File

@@ -14,6 +14,22 @@
flex-direction: column;
}
#learn-app-wrapper .editor-pane {
display: flex;
flex-direction: column;
min-height: 0;
width: 100%;
}
#learn-app-wrapper .editor-pane-code {
flex: 1 1 auto;
min-height: 0;
}
#learn-app-wrapper .editor-pane > .independent-lower-jaw {
flex: 0 0 auto;
margin-top: auto;
}
#learn-app-wrapper .reflex-container.vertical {
min-height: 0;
flex-grow: 1;