Skip to content

Commit

Permalink
first cut snippet saver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Nov 16, 2023
1 parent 5d86b5d commit a1f0916
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code-snippet-saver/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
* {
box-sizing: border-box;
}
input,
select,
textarea {
display: block;
width: 100%;
}
main {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
</style>
</head>
<body>
<main></main>
Expand Down

0 comments on commit a1f0916

Please sign in to comment.