Commit ba436959 authored by Яков's avatar Яков
Browse files

update fix issue

parent 88e590d1
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.60", "version": "1.1.61",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -356,6 +356,19 @@ const ToolBar = ({ editor, toolsLib = [], toolsOptions }) => { ...@@ -356,6 +356,19 @@ const ToolBar = ({ editor, toolsLib = [], toolsOptions }) => {
return ( return (
<div className="atma-editor-toolbar"> <div className="atma-editor-toolbar">
{ getItems() } { getItems() }
<a
href="https://info.atmaguru.online/books/rukovodstvo-administratora-atmaguru/page/redaktor-i-ego-funkcii"
target="_blank"
rel="noopener noreferrer"
className="atma-editor-toolbar-info"
title="Справка по редактору"
>
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="9" cy="9" r="8" stroke="currentColor" strokeWidth="1.5"/>
<path d="M9 8v5" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round"/>
<circle cx="9" cy="5.5" r="0.75" fill="currentColor"/>
</svg>
</a>
</div> </div>
) )
} }
......
...@@ -266,7 +266,7 @@ body{ ...@@ -266,7 +266,7 @@ body{
box-shadow: 0 -3px 0 3px #ffffff; box-shadow: 0 -3px 0 3px #ffffff;
padding: 6px; padding: 6px;
z-index: 10; z-index: 10;
grid-gap: 8.7px; grid-gap: 6px;
&-g{ &-g{
display: flex; display: flex;
...@@ -290,6 +290,23 @@ body{ ...@@ -290,6 +290,23 @@ body{
align-self: center; align-self: center;
} }
&-info{
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
padding: 2px 4px;
color: #8c8c8c;
flex-shrink: 0;
align-self: center;
text-decoration: none;
border-radius: 4px;
transition: color 0.15s;
&:hover{
color: #1790FF;
}
}
&-s{ &-s{
$this: &; $this: &;
position: relative; position: relative;
......
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