Skip to content

Commit

Permalink
github-deploy-action-title-editor-2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Dec 20, 2024
1 parent 76879ee commit c7b42b4
Show file tree
Hide file tree
Showing 2 changed files with 17,696 additions and 17,648 deletions.
35,321 changes: 17,673 additions & 17,648 deletions title-editor-2/hazel.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions title-editor-2/style/cell.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,29 @@
font-size: 1rem;
}

.syntax-tests-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.syntax-test-item {
display: flex;
align-items: center;
gap: 1rem;
}

.test-checkbox {
display: flex;
align-items: center;
}

.test-checkbox input[type="checkbox"] {
width: 1.2rem;
height: 1.2rem;
cursor: pointer;
}

.edit-icon,
.edit-pencil {
margin-left: 0.5em;
Expand Down

0 comments on commit c7b42b4

Please sign in to comment.