Skip to content

Commit

Permalink
github-deploy-action-title-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Dec 2, 2024
1 parent ac0c82a commit 399743c
Show file tree
Hide file tree
Showing 3 changed files with 18,869 additions and 18,613 deletions.
37,439 changes: 18,827 additions & 18,612 deletions title-editor/hazel.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion title-editor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ select {
color: var(--select-text);
/* text-transform: capitalize; */
}

select:hover {
border-radius: 1em;
background-color: var(--SAND);
Expand Down Expand Up @@ -142,4 +143,4 @@ ninja-keys {
--ninja-footer-background: var(--T2);
--ninja-modal-shadow: 0px 10px 20px var(--menu-shadow);
--ninja-overflow-background: none;
}
}
40 changes: 40 additions & 0 deletions title-editor/style/cell.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,43 @@
.file-select-button {
display: none;
}

/* EDITING */

.cell-module-name {
padding: 1em;
}

.prompt-edit .prompt-text {
width: 500px;
height: 300px;
padding: 10px;
font-size: 16px;

white-space: pre-wrap;
word-wrap: break-word;
}

.cell-prompt .prompt-edit {
padding: 1em;
font-size: 1rem;
color: var(--light-text-color);
}


.edit-icon {
margin-left: 0.5em;
cursor: pointer;
fill: #7a6219;
display: inline-flex;
vertical-align: top;
}

.edit-icon:hover {
animation: wobble 0.6s ease 0s 1 normal forwards;
}

.point-num-input {
width: 50px;
font-size: 12px;
}

0 comments on commit 399743c

Please sign in to comment.