Skip to content

Commit 51c1f65

Browse files
Uploading for review for shape tool (#1086)
* Uploading shape tool PR for review * Update image_editor.js * Update image_editor.js * whoops * Fix my mistakes? last commit for tonight lol too tired * Update image_editor.js * Update image_editor.js * So much extra spaces BALEETED * Update image_editor.js * basic code deborks * more basic code bits * final basic code fix * Update image_editor.js * Update image_editor.js * Update image_editor.js * re-fix this PR. * add an icon * fix up css on tool block a bit --------- Co-authored-by: Alex "mcmonkey" Goodwin <git_commits@alexgoodwin.dev>
1 parent 94ad1e3 commit 51c1f65

File tree

3 files changed

+362
-4
lines changed

3 files changed

+362
-4
lines changed

src/wwwroot/css/genpage.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,14 @@ body {
12391239
border: 1px solid var(--light-border);
12401240
height: 32px;
12411241
}
1242+
.image-editor-tool-block input[type="color"] {
1243+
height: 1.6rem;
1244+
}
1245+
.tool-block-nogrow {
1246+
flex-grow: 0;
1247+
padding-left: 5px;
1248+
padding-right: 5px;
1249+
}
12421250
.image_editor_canvaslist {
12431251
display: block;
12441252
margin: 0;

src/wwwroot/imgs/shape.png

6.54 KB
Loading

0 commit comments

Comments
 (0)