🚨(frontend) fix linter
- fix linter - remove unnecessary style files
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { combineByGroup, filterSuggestionItems } from '@blocknote/core';
|
import { combineByGroup, filterSuggestionItems } from '@blocknote/core';
|
||||||
import '@blocknote/mantine/style.css';
|
|
||||||
import {
|
import {
|
||||||
SuggestionMenuController,
|
SuggestionMenuController,
|
||||||
getDefaultReactSlashMenuItems,
|
getDefaultReactSlashMenuItems,
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import '@blocknote/mantine/style.css';
|
|
||||||
import {
|
import {
|
||||||
FormattingToolbar,
|
FormattingToolbar,
|
||||||
FormattingToolbarController,
|
FormattingToolbarController,
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import '@blocknote/mantine/style.css';
|
|
||||||
import {
|
import {
|
||||||
useBlockNoteEditor,
|
useBlockNoteEditor,
|
||||||
useComponentsContext,
|
useComponentsContext,
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ export const UserAvatar = ({ user, background }: Props) => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-family: Arial, Helvetica, sans-serif; // Can't use marianne font because it's impossible to center with this font
|
font-family:
|
||||||
|
Arial, Helvetica, sans-serif; // Can't use marianne font because it's impossible to center with this font
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
`}
|
`}
|
||||||
|
|||||||
Reference in New Issue
Block a user