Skip to content

Commit

Permalink
Update notion.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapaor4 authored Oct 5, 2024
1 parent c0885bc commit 8d84bf7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
* places to add some flare.
*/

.notion-equation-block {
display: flex;
flex-direction: column;
overflow: auto;
width: 100%;
max-width: 100%;
padding: 12px 0;
margin: 4px 0;
cursor: pointer;
}

.notion {
--notion-max-width: 720px;
--notion-header-height: 54px;
Expand Down

0 comments on commit 8d84bf7

Please sign in to comment.