Skip to content
Snippets Groups Projects
Commit 9860a7db authored by chris's avatar chris
Browse files

style fix

parent 0a338473
No related branches found
No related tags found
1 merge request!72Comments
......@@ -13,22 +13,18 @@ export default css`
.ProseMirror footnote {
font-size: 0;
display: inline-block;
position: relative;
cursor: pointer;
background: black;
color: white;
text-align: center;
width: 17px;
height: 17px;
p {
display: none;
}
background: black;
color: white;
}
.ProseMirror footnote::after {
content: counter(footnote);
position: relative;
bottom: 2px;
cursor: pointer;
font-size: 16px;
counter-increment: footnote;
}
......
import React, { useMemo } from "react";
import React from "react";
import Editor from "./Editor";
export default ({ notes, view }) => {
......
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