UNPKG
last-draft-js-plugins
Version:
latest (1.2.0)
1.2.0
1.1.0
Last Draft draft-js-plugins
github.com/vacenz/last-draft-js-plugins
vacenz/last-draft-js-plugins
last-draft-js-plugins
/
draft-js-embed-plugin
/
lib
/
plugin.css
16 lines
(14 loc)
•
251 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.draftJsEmbedPlugin__embedWrapper__1GiCv
{
position
: relative;
width
:
90%
;
height
:
0
;
padding-bottom
:
56.25%
;
margin
:
0
auto; }
.draftJsEmbedPlugin__embed__DJdZR
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
; }