Skip to content

Commit

Permalink
Stop trying to to auto-detect plain slides
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 11, 2024
1 parent 6f4a874 commit 13b1a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ img {

/* Plain slides, just a heading + a list */
&.plain,
&.dbpp, /* Death By PowerPoint :) */
&:not(header, .not-plain, :has(> :not(h1, h2, p, ul, ol, details.notes, .delayed.dummy))) {
&.dbpp /* Death By PowerPoint :) */ {
/* Size of content cannot exceed size of heading */
width: fit-content;
contain: none;
Expand Down

0 comments on commit 13b1a1d

Please sign in to comment.