Skip to content

Commit

Permalink
github-deploy-action-workers2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Feb 6, 2024
1 parent 299e67b commit 3825331
Show file tree
Hide file tree
Showing 3 changed files with 33,096 additions and 33,177 deletions.
40,569 changes: 20,260 additions & 20,309 deletions workers2/hazel.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions workers2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ svg.expandable path {
background-repeat: round;
filter: sepia(1);
opacity: 0;
transition: all 0.2s linear;
transition: opacity 0.2s linear;
}
.cell-result .status.pending .spinner {
opacity: 0.5;
Expand All @@ -1773,11 +1773,11 @@ svg.expandable path {
.cell-result .status .eq {
position: absolute;
opacity: 1;
transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.cell-result .status.pending .eq {
opacity: 0;
transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.cell-result .result {
Expand All @@ -1786,11 +1786,11 @@ svg.expandable path {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
transition: all 0.2s linear;
transition: opacity 0.2s linear;
}
.cell-result .result.pending {
opacity: 0.3;
transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.cell-result .result .exception {
background-color: #ffa2a2;
Expand Down Expand Up @@ -1824,7 +1824,7 @@ svg.expandable path {
background-color: #ffa2a2;
}

.cell-item.cell-result .exception-msg {
.cell-item.cell-result .error-msg {
padding: 0.25em;
color: black;
};
Expand Down
Loading

0 comments on commit 3825331

Please sign in to comment.