feat(code-block): last-minute styling
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
This commit is contained in:
parent
dcebbd0943
commit
358d2a26a0
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.24",
|
"version": "0.0.25",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ function CodeBlock({
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<div
|
<div
|
||||||
data-slot="code-block-content"
|
data-slot="code-block-content"
|
||||||
className="max-w-full overflow-x-auto"
|
className="max-w-full overflow-x-auto pb-2"
|
||||||
>
|
>
|
||||||
{highlighted ?? (
|
{highlighted ?? (
|
||||||
<pre
|
<pre
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-editor.tm-md-editor.cm-focused {
|
.cm-editor.tm-md-editor.cm-focused {
|
||||||
outline: none;
|
outline: 0px !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue