@uiw/react-md-editor
Version:
A markdown editor with preview, implemented with React.js and TypeScript.
22 lines (20 loc) • 344 B
text/less
@md-editor:~ "w-md-editor";
.@{md-editor} {
&-bar {
position: absolute;
cursor: s-resize;
right: 0;
bottom: 0;
margin-top: -11px;
margin-right: 0;
width: 14px;
z-index: 3;
height: 10px;
border-radius: 0 0 3px 0;
user-select: none;
svg {
display: block;
margin: 0 auto;
}
}
}