Remove unused CSS classes in src/index.css
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user