Skip to content

Commit

Permalink
Fix pf2-note title and pf2-sidebar size issue with Obsidian sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
jathok authored and ebullient committed Nov 29, 2023
1 parent fb644f8 commit 133af9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/pf2e/callmonitions/_02-pf2-note.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
flex: unset;
display: none;

.admonition & {
.admonition-parent & {
display: inline;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/scss/pf2e/callmonitions/_02-pf2-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
clear: right;
float: right;
max-height: 85vh;
max-width: 50vw;
max-width: 50%;
overflow-wrap: break-word;
overflow-y: scroll;

Expand Down

0 comments on commit 133af9f

Please sign in to comment.