🚨(frontend) fix linter

- fix linter
- remove unnecessary style files
This commit is contained in:
Anthony LC
2025-03-04 15:58:08 +01:00
committed by Anthony LC
parent a5e1751cf3
commit 24d126f410
4 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import { combineByGroup, filterSuggestionItems } from '@blocknote/core';
import '@blocknote/mantine/style.css';
import {
SuggestionMenuController,
getDefaultReactSlashMenuItems,

View File

@@ -1,4 +1,3 @@
import '@blocknote/mantine/style.css';
import {
FormattingToolbar,
FormattingToolbarController,

View File

@@ -1,4 +1,3 @@
import '@blocknote/mantine/style.css';
import {
useBlockNoteEditor,
useComponentsContext,

View File

@@ -56,7 +56,8 @@ export const UserAvatar = ({ user, background }: Props) => {
text-align: center;
font-style: normal;
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;
text-transform: uppercase;
`}