diff --git a/src/static/style.css b/src/static/style.css index a21ecf6..2319e5b 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -141,6 +141,7 @@ tr:hover:not(.selected) { #nutrition-input-table { width: 100%; /* Tabelle nimmt die volle Breite ein */ border-collapse: collapse; /* Entfernt doppelte Ränder */ + border-radius: 10px; } #nutrition-input-table th, #nutrition-input-table td { @@ -163,7 +164,7 @@ tr:hover:not(.selected) { .table-container { overflow-y: auto; - max-height: 400px; /* Passen Sie die Höhe nach Bedarf an */ + max-height: 500px; /* Passen Sie die Höhe nach Bedarf an */ border-radius: 10px; margin-top: 20px; } diff --git a/src/templates/index.html b/src/templates/index.html index 7eafe25..da207c8 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -182,6 +182,17 @@ function updateTotalNutrition() {
  • Neue Lebensmittel
  • + +