-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated Mantine & moved theming to CSS * Added `package-lock.json` * Fixed test selectors * Changed styles to not use nesting * add react/style.css * Styling fixes and updated test screenshots * Removed redundant stylesheet * Implemented PR feedback * Small color fix * Implemented PR feedback * Implemented PR feedback * Implemented PR feedback * Implemented PR feedback * Implemented PR feedback * Added `.bn-container` prefix to all BlockNote styles (fixes CSS rule specificity issues caused by prev commit) * feat: Replace Tippy with Floating UI (#501) * Replaced Tippy with Floating UI * Fixed minor bugs and styling inconsistencies * try fix lock * Implemented PR feedback * update package lock * fix package lock * fix tests --------- Co-authored-by: yousefed <yousefdardiry@gmail.com> --------- Co-authored-by: yousefed <yousefdardiry@gmail.com>
- Loading branch information
1 parent
ff3051f
commit 2f0bada
Showing
73 changed files
with
11,414 additions
and
12,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
.editor { | ||
margin: 0 calc((100% - 731px) / 2); | ||
margin-top: 8px; | ||
/* height: 100%; */ | ||
body { | ||
height: auto; | ||
} | ||
|
||
body { | ||
margin: 0; | ||
.editor { | ||
margin: 8px calc((100% - 731px) / 2) 0; | ||
} | ||
|
||
/* .root { | ||
height: 100%; | ||
width: 100%; | ||
} */ | ||
.mantine-AppShell-navbar { | ||
background-color: #f7f7f5; | ||
} |
Oops, something went wrong.
2f0bada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blocknote – ./
blocknote-main.vercel.app
blocknote-git-main-typecell.vercel.app
playground.blocknotejs.org
blocknote-typecell.vercel.app
2f0bada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
blocknote-website – ./packages/website/
block-note-website.vercel.app
blocknote-website-typecell.vercel.app
blocknote-website-git-main-typecell.vercel.app
blocknotejs.com
www.blocknotejs.org
www.blocknotejs.com
blocknotejs.org