diff --git a/backend/scss/main.scss b/backend/scss/main.scss index 49a7d4f..6f32c6e 100644 --- a/backend/scss/main.scss +++ b/backend/scss/main.scss @@ -90,6 +90,14 @@ body { ul { padding-left: 20px; + + li { + margin-bottom: calc(consts.$margin / 2); + + a { + padding: calc(consts.$margin / 2); + } + } } hr { diff --git a/backend/templates/base_with_header.html b/backend/templates/base_with_header.html index 7fe0b10..a200c5b 100644 --- a/backend/templates/base_with_header.html +++ b/backend/templates/base_with_header.html @@ -8,7 +8,7 @@ diff --git a/backend/templates/logs.html b/backend/templates/logs.html index f0357fa..559eda7 100644 --- a/backend/templates/logs.html +++ b/backend/templates/logs.html @@ -22,7 +22,7 @@ {% else %} odd {% endif %} - " > + "> {% let l_info = Log::split_line(l) %} {{ l_info.date_time }} {{ l_info.level }} diff --git a/backend/templates/recipe_edit.html b/backend/templates/recipe_edit.html index 8b1311f..1365bb3 100644 --- a/backend/templates/recipe_edit.html +++ b/backend/templates/recipe_edit.html @@ -49,7 +49,7 @@