feat: file edit added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user