Skip to content

Commit

Permalink
feat: add ability to resize and close the help section
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalsayed10 committed Apr 29, 2024
1 parent a88ceca commit d99fa19
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 221 deletions.
10 changes: 4 additions & 6 deletions src/components/big-interactive-pages/editor.module.css
Expand Up @@ -95,7 +95,7 @@
background: var(--accent-light);
}

/* .horizontalResizeBar {
.horizontalResizeBar {
width: 100%;
height: 6px;
min-height: 6px;
Expand All @@ -106,7 +106,7 @@
.horizontalResizeBar:hover,
.horizontalResizeBar.resizing {
background: var(--accent-light);
} */
}

.canvasWrapper {
max-height: 100%;
Expand All @@ -116,8 +116,9 @@
border: 2px solid var(--accent);
display: block;
background: #000000;
width: 100%;
height: auto;
max-width: 100%;
aspect-ratio: 160 / 128;
max-height: 80%;
image-rendering: crisp-edges;
image-rendering: pixelated;
Expand Down Expand Up @@ -183,7 +184,4 @@
.helpContainer {
max-width: 100%;
width: 100%;
max-height: 100%;
height: 100%;
overflow: auto;
}

0 comments on commit d99fa19

Please sign in to comment.