diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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: |
