moodtracker/views/index.erb
Christophe Robillard 107103f226 record mood
2024-02-11 22:19:19 +01:00

14 lines
188 B
Text

<style>
.mode {
max-width: 80vw;
max-height: 80vh;
margin: auto;
}
img {
width: auto;
height: 100%;
}
</style>
<div class="mode">
<img src="<%= @last_mood.mode %>.png">
</div>