Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rari-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 19, 2024
2 parents 410cece + 1302e48 commit 58bf02a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,14 @@ main.play {

background-color: var(--background-secondary);
border: var(--editor-header-border-width) solid var(--border-primary);
display: flex;
flex-direction: column;
min-height: var(--editor-header-height);
width: 100%;

/* stylelint-disable-next-line selector-pseudo-element-no-unknown */
&::details-content {
display: contents;
}

&[open] {
height: 100%;
}
Expand Down

0 comments on commit 58bf02a

Please sign in to comment.