add the layout button
This commit is contained in:
parent
070299387d
commit
ebddbf3ae8
@ -1,9 +1,8 @@
|
|||||||
<div class="notice">
|
<div class="notice">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" bind:checked={isMovable} /> enable wiggletron (<i
|
<input type="checkbox" bind:checked={isMovable} /> edit layout
|
||||||
>alpha feature</i
|
|
||||||
>)
|
|
||||||
</label>
|
</label>
|
||||||
|
<button class="button error">reset layout</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="print-output">
|
<div class="print-output">
|
||||||
@ -71,6 +70,10 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
display: flex;
|
||||||
|
justify-content: end;
|
||||||
|
align-items: center;
|
||||||
|
gap: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
Loading…
Reference in New Issue
Block a user