From 101460cd4742929ba6fdb62950a88515bdefe28d Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 29 Jun 2025 22:26:01 -0500 Subject: [PATCH] fix: mobile results formatting --- assets/styles/app.css | 4 ++++ templates/torrentio/partial/option-table.html.twig | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index ced5b0b..80178fa 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -66,6 +66,10 @@ dialog[data-dialog-target="dialog"][closing] { .options-table { display: flex; + + :last-child { + border-bottom: none; + } } @media screen and (min-width: 768px) { diff --git a/templates/torrentio/partial/option-table.html.twig b/templates/torrentio/partial/option-table.html.twig index 2068293..70d032c 100644 --- a/templates/torrentio/partial/option-table.html.twig +++ b/templates/torrentio/partial/option-table.html.twig @@ -1,9 +1,9 @@ - {% for result in results.results %} - + {% for result in results.results %} - + @@ -53,10 +53,10 @@ - -
Size @@ -37,7 +37,7 @@
{{ result.size }} {{ result.provider }} + {{ result.languageFlags|raw }} +