From 070896e0166655ef4ca76087ea1aabadc5b8a4eb Mon Sep 17 00:00:00 2001 From: David Brazda Date: Mon, 10 Jun 2024 16:52:51 +0200 Subject: [PATCH] css update --- lightweight_charts/js/styles.css | 2 +- setup.py | 2 +- src/general/styles.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightweight_charts/js/styles.css b/lightweight_charts/js/styles.css index 991ff2a..8ff6124 100644 --- a/lightweight_charts/js/styles.css +++ b/lightweight_charts/js/styles.css @@ -219,7 +219,7 @@ body { z-index: 3000; pointer-events: none; top: 10px; - left: 10px; + left: 70px; display: none; flex-direction: column; } diff --git a/setup.py b/setup.py index 39fb5f5..7a26b36 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='lightweight_charts', - version='2.0.3', + version='2.0.4', packages=find_packages(), python_requires='>=3.8', install_requires=[ diff --git a/src/general/styles.css b/src/general/styles.css index 991ff2a..8ff6124 100644 --- a/src/general/styles.css +++ b/src/general/styles.css @@ -219,7 +219,7 @@ body { z-index: 3000; pointer-events: none; top: 10px; - left: 10px; + left: 70px; display: none; flex-direction: column; }