Optimize CodeEditor

This commit is contained in:
2024-01-09 14:53:55 +08:00
parent f9d0cc2611
commit d98fd522cf
5 changed files with 73 additions and 157 deletions

View File

@@ -1,5 +1,14 @@
[data-component=playground-code-editor] {
section {
height: 0 !important;
width: 100%;
height: 100%;
.playground-code-editor-message {
position: absolute;
bottom: 0;
width: 100%;
color: white;
background-color: #FF4D4FAA;
padding: 5px 10px;
font-size: 1.6em;
}
}