Remove unused CSS classes in src/index.css

This commit is contained in:
2026-02-01 03:32:29 +01:00
parent 3ed9de1c54
commit 2d256af21f

View File

@@ -624,25 +624,6 @@ body:not([data-theme="light"]) .folder-item {
justify-content: flex-end;
}
.line-measure {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
pointer-events: none;
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: anywhere;
font-family: "SF Mono", "Menlo", "Consolas", monospace;
font-size: 0.95rem;
line-height: 1.5;
padding: 14px;
}
.line-measure__line {
white-space: pre-wrap;
}
.editor__textarea {
flex: 1;
width: 100%;