mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-30 22:35:53 +00:00
ui: show chart on smaller screens
This commit is contained in:
parent
f7141dd0c9
commit
13015e3da9
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue