Samet Mutevelli
Samet Mutevelli
I did not want to open a new ticket for this, but it might also be a good idea to have this app as a PWA.
Thank you! Solved my problem.
If you are talking about the code block themes in preview, here is the way: ``` ``` CodeBlock.js ``` import {PrismAsync as SyntaxHighlighter} from 'react-syntax-highlighter' import {vscDarkPlus} from 'react-syntax-highlighter/dist/cjs/styles/prism' const...
`highlightEnable={false}` solves it. https://github.com/uiwjs/react-md-editor/issues/279#issuecomment-945658072
> @sametweb There is no problem in the Windows `Chrome` test. I'm testing in Chrome as well. I am also using TailwindCSS, maybe something from there messes it up. I...
Hello Bilal, because of problems like this one, I removed the global state methods in the version 3. I highly recommend upgrading to the latest version and use your own...
> Here's what I think is a better workaround with CSS: > > ```css > .ant-row { > margin-right: 0 !important; > margin-left: 0 !important; > } > > .ant-col:first-child...
This would be a nice addition to react-icons library. I couldn't find a solution either. There are some other solutions for filling SVG's with gradient using CSS; however I couldn't...