Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.react-page-plugins-content-spacer {
border-bottom: none;
position: relative;
}
.react-page-editable .react-page-plugins-content-spacer {
outline: 1px dashed var(--minBlack);
}
.react-page-editable-mode-preview .react-page-plugins-content-spacer {
outline: none;
}
.react-page-plugins-content-spacer
> .react-resizable
> .react-resizable-handle:before,
.react-page-plugins-content-spacer
> .react-resizable
> .react-resizable-handle:hover:before {
content: ' ';
position: absolute;
text-align: center;
width: 100%;
bottom: 0;
right: 0;
cursor: n-resize;
line-height: 12px;
font-size: 1.5em;
height: 24px;
}