fix: very minor css and style stuffs
This commit is contained in:
parent
7224d8fb66
commit
6ecfded408
@ -5,10 +5,10 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="form-field">
|
||||
<div class="reset-menu">
|
||||
<div class="form-field">
|
||||
<label>
|
||||
Loop
|
||||
loop
|
||||
<input
|
||||
:value="store.loop"
|
||||
type="checkbox"
|
||||
@ -21,7 +21,7 @@
|
||||
type="button"
|
||||
name="next"
|
||||
class="next"
|
||||
value="Next"
|
||||
value="next"
|
||||
@click="store.toggleNext()"
|
||||
/>
|
||||
<input
|
||||
@ -42,9 +42,9 @@
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.form-field {
|
||||
.reset-menu {
|
||||
display: flex;
|
||||
margin: 5px;
|
||||
justify-content: flex-end;
|
||||
padding: 5px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user