editor.js/plugins/embed/embed.css
George Berezhnoy 81886fc563 Twitch fix (#135)
* fix

* Update embed.css

* upd version from master
2017-01-28 17:59:57 +03:00

18 lines
339 B
CSS

.ce-redactor .embed {
max-width: 600px;
margin: 15px 0;
background: #fff;
}
.ce-redactor .embed iframe {
width: 100% !important;
border: 0 !important;
}
.embed__loader {
background-image: url("loading.gif") !important;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.5;
}