aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/app.py b/app.py
index bff6209..51f30dd 100644
--- a/app.py
+++ b/app.py
@@ -216,7 +216,7 @@ button[kind="secondary"]:hover {
/* ── Main content area ──────────────────────────────────────────────────── */
.block-container {
- padding-top: 1.25rem !important;
+ padding-top: 1.75rem !important;
padding-bottom: 3rem !important;
}
@@ -648,6 +648,9 @@ with st.sidebar:
elif ticker:
st.caption(f"Viewing: **{ticker}**")
+ st.divider()
+ render_top_movers(compact=True)
+
# ── Market Bar ────────────────────────────────────────────────────────────────
@@ -656,13 +659,6 @@ with st.container():
st.divider()
-# ── Top Movers ────────────────────────────────────────────────────────────────
-
-with st.container():
- render_top_movers()
-
-st.divider()
-
# ── Main Content ──────────────────────────────────────────────────────────────
if not ticker: