Skip to content

Commit

Permalink
Contain result png in its own card
Browse files Browse the repository at this point in the history
Signed-off-by: spetrovi <samuel.petrovic.sk@gmail.com>
  • Loading branch information
spetrovi committed Oct 28, 2024
1 parent 997e588 commit 9dd1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/song_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ <h5 class="card-title">Score</h5>
<textarea id=rows="{{rows}}" name="tones" style="min-width:500px; max-width:100%; min-height:50px; height:100%; width:100%;">{% if song.tones %}{{song.tones}}{% else %}c{% endif %}</textarea>
</form>
</div>
<img id="dynamicImage" src="/tmp/editor/{{songedit_id}}/source.cropped{% if theme == "dark" %}.dark{% endif %}.png"/>
</div>
<img id="dynamicImage" src="/tmp/editor/{{songedit_id}}/source.cropped{% if theme == "dark" %}.dark{% endif %}.png"/>
</div>

</div>
Expand Down

0 comments on commit 9dd1d75

Please sign in to comment.