Skip to content

Commit

Permalink
github-deploy-action-melds
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Nov 8, 2024
1 parent eeebc43 commit 1bf5701
Show file tree
Hide file tree
Showing 2 changed files with 9,388 additions and 9,379 deletions.
9 changes: 6 additions & 3 deletions melds/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,11 @@
}

#code-container {
padding: 1em 6em 6em 6em;
height: calc(100vw - 18.2em);
overflow: scroll;
margin: 1em 6em 6em 6em;
cursor: text;
user-select: none;
/* height: calc(100vw - 18.2em);
overflow: scroll; */
}
#code-container:focus {
outline: none;
Expand Down Expand Up @@ -630,6 +632,7 @@ svg {
}

#history {
z-index: 6;
user-select: none;
position: fixed;
font-family: 'Source Code Pro';
Expand Down
Loading

0 comments on commit 1bf5701

Please sign in to comment.