feat: file edit added

This commit is contained in:
kodi
2026-03-11 14:09:44 +01:00
parent ba6a369f78
commit b93cb01879
18 changed files with 701 additions and 16 deletions
+15
View File
@@ -397,6 +397,21 @@ button:disabled {
user-select: text;
}
.editor-content {
margin: 6px 0 8px 0;
padding: 10px;
min-height: 280px;
max-height: calc(100vh - 220px);
width: 100%;
resize: vertical;
overflow: auto;
border: 1px solid var(--border);
background: #f8fafc;
color: var(--text);
font: 12px/1.45 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
white-space: pre;
}
@media (max-width: 1200px) {
.workspace {
grid-template-columns: 1fr;