Skip to content

Commit

Permalink
fix(views): display mode for different div-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Sep 18, 2024
1 parent ee1572e commit 6502ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ function handleTemplateViewCommand(commandName: string) {

logseq.provideStyle(`
.fh_template-view {
display: inline-flex;
display: inline-block;
}
`)

Expand Down

0 comments on commit 6502ad4

Please sign in to comment.