diff --git a/template/Interfaccia.html b/template/Interfaccia.html
index bb4b642..6152a62 100644
--- a/template/Interfaccia.html
+++ b/template/Interfaccia.html
@@ -40,7 +40,8 @@
text-align: center;
vertical-align: middle;
width: calc((70vw / {{.larghezza}}) - 3px);
- height: calc(((100vh - 8em) / {{.altezza}}) - 8px);
+ min-height: calc(((100vw - 4em) / {{.altezza}}) - 8px);
+ height: 3em;
}
.cibo {
background: #FFFF33;
diff --git a/template/tabella.html b/template/tabella.html
index 94b3055..0dbc07a 100644
--- a/template/tabella.html
+++ b/template/tabella.html
@@ -13,7 +13,12 @@
{{ else }}
class="razza2"
{{ end }}
- {{ end }}>{{ $cella.Evoluzione }}
{{ $cella.Health }}
+ {{ end }}>
+ {{ if $cella.IsFood }}
+ {{ $cella.Health }}
+ {{ else }}
+ {{ $cella.Evoluzione }} - {{ $cella.Health }}
+ {{ end }}
{{ end }}
{{ end }}