💄(frontend) remove Blocknote fix

A recent upgrade of Blocknote to 0.19.2 fixed
a issue that we were solving. We removed our
fix as it is no longer needed.
This commit is contained in:
Anthony LC
2024-11-25 12:36:38 +01:00
committed by Anthony LC
parent 90dac3cd15
commit 3fd02adbec

View File

@@ -42,11 +42,6 @@ const cssEditor = (readonly: boolean) => `
padding: 2px;
border-radius: 4px;
}
/* @TODO: A fix is made in v0.19.1 - This code can be removed after the upgrade */
.bn-block-content[data-content-type=codeBlock]>div>select option{
color: black;
background-color: white;
}
@media screen and (width <= 560px) {
& .bn-editor {
padding-left: 40px;