make8bitart.com
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

finish lighthouse score enhancing, img size, main target

+10 -8
src/assets/icons/copy.png

This is a binary file and will not be displayed.

src/assets/icons/cut.png

This is a binary file and will not be displayed.

src/assets/icons/dropper.png

This is a binary file and will not be displayed.

src/assets/icons/paint.png

This is a binary file and will not be displayed.

src/assets/icons/paste-disabled.png

This is a binary file and will not be displayed.

src/assets/icons/paste.png

This is a binary file and will not be displayed.

src/assets/icons/pencil.png

This is a binary file and will not be displayed.

+1
src/css/make8bitart.css
··· 161 161 font-size: 1.2em; 162 162 margin-top: 10px; 163 163 padding: 0; 164 + list-style: none; 164 165 } 165 166 166 167 #draggydivs-minimized a {
+9 -8
src/index.html
··· 103 103 &#10021; 104 104 </button> 105 105 </div> 106 - 107 - <div class="inner"> 108 - <h1>make 8-bit art!</h1> 109 - <ul id="draggydivs-minimized"></ul> 110 - </div> 106 + <main> 107 + <div class="inner"> 108 + <h1>make 8-bit art!</h1> 109 + <ul id="draggydivs-minimized"></ul> 110 + </div> 111 + </main> 111 112 </header> 112 113 113 114 <!-- ··· 191 192 192 193 <section 193 194 id="toolbox" 194 - class="draggydiv" 195 + class="draggydiv draggydivs-init-closed" 195 196 title="canvas/brush tools" 196 197 data-title="tools" 197 198 > ··· 367 368 <div id="export"> 368 369 <h2>export art</h2> 369 370 370 - <label for="save-png" class="png" id="save-png-form"> 371 + <label for="save-full" class="png" id="save-png-form"> 371 372 to png:<br /> 372 373 <button role="button" class="text-button" id="save-full"> 373 374 full page ··· 636 637 fun! 637 638 </p> 638 639 639 - <textarea></textarea> 640 + <textarea name="pxon"></textarea> 640 641 641 642 <p> 642 643 <strong