work on bottom bar

master
JFH 2020-12-10 18:18:31 +01:00
parent c28461b974
commit c6fab724fc
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@
<div id="stroke_color" class="color_block" title="Change stroke color" src="./images/fill.svg"></div> <div id="stroke_color" class="color_block" title="Change stroke color" src="./images/fill.svg"></div>
</div> </div>
</div> </div>
<se-spin-input id="stroke_width" min=0 max=99 step=1 title="Change stroke width by 1"></se-spin-input> <se-spin-input id="stroke_width" min=0 max=99 step=1 title="Change stroke width by 1" label=""></se-spin-input>
<label class="stroke_tool"> <label class="stroke_tool">
<select id="stroke_style" title="Change stroke dash style"> <select id="stroke_style" title="Change stroke dash style">
<option selected="selected" value="none">&#8212;</option> <option selected="selected" value="none">&#8212;</option>

View File

@ -704,7 +704,7 @@ input[type=text] {
} }
#tools_bottom { #tools_bottom {
position: fixed; position: absolute;
bottom: 0; bottom: 0;
left: 40px; left: 40px;
right: 20px; right: 20px;