From 13015e3da9051c4418f2d2f225a37591ac06f4a3 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:53:55 +0000 Subject: [PATCH] ui: show chart on smaller screens --- basicswap/templates/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 0bb1b91..e2c2bd5 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -63,7 +63,7 @@ function getAPIKeys() { {% include 'inc_messages.html' %} {% if show_chart %} -<section class="relative hidden xl:block"> +<section class="relative hidden md:block"> <div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden"> <div class="pb-6 border-coolGray-100"> <div class="flex flex-wrap items-center justify-between -m-2">