work on bottom bar
This commit is contained in:
@@ -363,7 +363,7 @@
|
||||
<div id="stroke_color" class="color_block" title="Change stroke color" src="./images/fill.svg"></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">
|
||||
<select id="stroke_style" title="Change stroke dash style">
|
||||
<option selected="selected" value="none">—</option>
|
||||
|
||||
@@ -704,7 +704,7 @@ input[type=text] {
|
||||
}
|
||||
|
||||
#tools_bottom {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 40px;
|
||||
right: 20px;
|
||||
|
||||
Reference in New Issue
Block a user