diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html
index ff7ee5e..9830c6e 100644
--- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html
+++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html
@@ -117,13 +117,13 @@
-
+
diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
index dceee43..62ad286 100644
--- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
+++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
@@ -2989,12 +2989,13 @@ button:focus-visible, input:focus-visible, select:focus-visible {
width: 100%;
height: var(--spectrum-plot-height);
background: var(--spectrum-bg);
+ border-radius: 6px 6px 0 0;
cursor: crosshair;
touch-action: none;
}
#spectrum-db-axis {
position: absolute;
- top: var(--spectrum-plot-height);
+ top: 0;
left: 0;
width: 3rem;
height: var(--spectrum-plot-height);
@@ -3110,7 +3111,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
#spectrum-zoom-indicator {
display: none;
position: absolute;
- top: calc(var(--spectrum-plot-height) + 6px);
+ top: 6px;
right: 3.5rem;
z-index: 9;
font-size: 0.68rem;
@@ -3150,7 +3151,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
width: 100%;
height: var(--spectrum-plot-height);
background: var(--spectrum-bg);
- border-radius: 6px 6px 0 0;
cursor: crosshair;
touch-action: none;
}
@@ -3199,7 +3199,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
.spectrum-bookmark-side {
position: absolute;
- top: calc(var(--spectrum-plot-height) * 1.5);
+ top: calc(var(--spectrum-plot-height) / 2);
transform: translateY(-50%);
z-index: 7;
width: var(--spectrum-bookmark-side-width);