Commit 7353b25c by Яков

update

parent 1f83ff59
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.11", "version": "1.1.12",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -56,6 +56,8 @@ const Audio = Node.create({ ...@@ -56,6 +56,8 @@ const Audio = Node.create({
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
cursor: pointer; cursor: pointer;
padding: '0px 0px 2px 0px';
color: '#ff4d4f';
` `
closeBtn.addEventListener('click', function () { closeBtn.addEventListener('click', function () {
const pos = editor.view.posAtDOM(container, 0) const pos = editor.view.posAtDOM(container, 0)
......
...@@ -52,7 +52,8 @@ export const ToggleBlockComponent = ({node, updateAttributes, getPos, editor}) = ...@@ -52,7 +52,8 @@ export const ToggleBlockComponent = ({node, updateAttributes, getPos, editor}) =
fontSize: 12, fontSize: 12,
lineHeight: 1, lineHeight: 1,
cursor: 'pointer', cursor: 'pointer',
padding: 0, padding: '0px 0px 2px 0px',
color: '#ff4d4f'
}} }}
> >
× ×
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment