Skip to content

Commit

Permalink
ran npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
000masa000 committed Apr 16, 2024
1 parent 5013ab0 commit 6b8ca9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ select {
width: 6rem;
line-height: var(--base-line-height);
}
input[type='radio']
{
vertical-align: -0.05rem
input[type='radio'] {
vertical-align: -0.05rem;
}
optgroup {
font-weight: bold;
Expand Down Expand Up @@ -142,7 +141,7 @@ ul.btn-group {
flex-grow: 0.25 !important;
}
.control.checkbox-container {
flex-flow: unset;;
flex-flow: unset;
}
.control.checkbox-container label {
font-weight: normal;
Expand Down
4 changes: 3 additions & 1 deletion src/views/PreferencesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const scale = useScaleStore()
<div class="control-group">
<div class="control checkbox-container">
<input id="has-left-of-z" type="checkbox" v-model="scale.hasLeftOfZ" />
<label for="has-left-of-z" class="right-of-checkbox">There's a key between left Shift and 'Z'</label>
<label for="has-left-of-z" class="right-of-checkbox"
>There's a key between left Shift and 'Z'</label
>
</div>
</div>
<h2>Advanced</h2>
Expand Down
3 changes: 2 additions & 1 deletion src/views/SynthView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ onUnmounted(() => {
</span>
<span>
<input type="radio" id="mode-qwe-zxc" value="QweZxc" v-model="scale.pianoMode" />
<label for="mode-qwe-zxc">QWERTY & digits + ZXCV & ASDF separated by an equave</label
<label for="mode-qwe-zxc"
>QWERTY & digits + ZXCV & ASDF separated by an equave</label
>
</span>
<span>
Expand Down

0 comments on commit 6b8ca9c

Please sign in to comment.