Skip to content

Commit

Permalink
Pushing all lingering modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jun 25, 2023
1 parent 3385f46 commit 6521218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cambiare.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script defer src="./js/cambiare_demo.js"></script>
</head>
<body>
<div class="container is-full-height" x-data="{}">
<div class="container" x-data="{}">
<div class="columns is-multiline is-mobile is-vcentered">
<div class="column column-option"><b>Open from</b></div>
<div class="column column-option column-button" @click="gOpenSmf()" :active="$store.play=='smf'?'true':'false'" title="Open MIDI files, SysEx blobs or bank files.">MIDI</div>
Expand Down
2 changes: 1 addition & 1 deletion test/css/cambiare_demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
}

.container {
padding: 16px;
padding: 24px;
font-size: 20px;
cursor: default;
}
Expand Down

0 comments on commit 6521218

Please sign in to comment.