Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
合并了对之前插入表格导致卡死这一问题的修复;
  • Loading branch information
Soanguy committed Jul 17, 2022
1 parent ec45e2e commit eb63fec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions snippet/a-ResponsiveWeb.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
#write {
box-shadow: var(--block-shadow-strong);
border-radius: 5px;
margin-top: 5rem;
margin: 5rem auto;
padding: 2rem 4rem;
}

.typora-node #write {
min-height: 90%;
min-height: 80%;
}
}

Expand Down
4 changes: 4 additions & 0 deletions snippet/fluent.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ ul.dropdown-menu:after,
z-index: 1;
}

.modal-backdrop {
position: initial;
}

#typora-sidebar-resizer {
background: transparent;
backdrop-filter: blur(55px);
Expand Down

0 comments on commit eb63fec

Please sign in to comment.