UNPKG
@slate-editor/image-plugin
Version:
canary (5.0.0-alpha.9e6f4feb)
latest (5.1.1)
5.1.1
5.1.0
5.0.0
5.0.0-alpha.f7181996
5.0.0-alpha.f4219f70
5.0.0-alpha.9e6f4feb
SlateJS image node plugin.
nossas/slate-editor
@slate-editor/image-plugin
/
dist
/
ImageNode.css
20 lines
(14 loc)
•
253 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.editor--content
>
div
>
div
{
position
: initial
!important
; }
.image-node--container
{
display
: inline-block;
position
: relative; }
.image-node
{
max-width
:
100%
;
position
: relative; }
.image-node
.selected
{
border
:
3px
dotted blue; }