Skip to content

Commit

Permalink
github-deploy-action-dangling-backpack-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Jan 25, 2024
1 parent 2629a10 commit f1718ce
Show file tree
Hide file tree
Showing 3 changed files with 20,273 additions and 20,260 deletions.
40,521 changes: 20,268 additions & 20,253 deletions dangling-backpack-fix/hazel.js

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions dangling-backpack-fix/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,24 +312,24 @@ body {
}

#main.Scratch,
#main.Examples {
#main.Documentation {
padding: 0.8em;
}
#main.Exercise {
#main.Exercises {
padding: 1.2em 0.8em 1.2em 0.8em;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1.2em;
}
#main.Exercise .editor {
#main.Exercises .editor {
/* TODO deprecate */
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1.2em;
}
#main.Exercise .cell-container {
#main.Exercises .cell-container {
width: auto;
}

Expand Down Expand Up @@ -1410,7 +1410,6 @@ svg.tile-selected {
display: flex;
gap: 0.5em;
max-width: 17em;
-webkit-mask-image: linear-gradient(to right, black 13em, transparent);
border-top: 0.5px solid #0000;
border-bottom: 0.5px solid #e2d4a9;
padding-left: 0.3em;
Expand All @@ -1419,7 +1418,6 @@ svg.tile-selected {

.context-entry:hover {
max-width: 400em;
-webkit-mask-image: none;
background-image: linear-gradient(
0deg,
rgb(138 99 32),
Expand Down
2 changes: 1 addition & 1 deletion dangling-backpack-fix/worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1718ce

Please sign in to comment.