feat: add radius to the monaco editor

This commit is contained in:
2025-01-24 08:31:57 +07:00
parent 098a7d308b
commit 6c0bbef5d3

View File

@@ -1,7 +1,14 @@
.caddy-file-editor {
height: 400px;
border-radius: 4px;
overflow: hidden;
}
.caddy-file-editor.global-caddy {
height: 600px;
}
.caddy-file-editor .monaco-editor {
overflow: hidden;
border-radius: inherit;
}