From 117046ccdc60921771bee29d8b2d17e0d55436f9 Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Sun, 11 Sep 2022 22:50:43 -0700 Subject: [PATCH] Removed the padding at the top of the sidebar so we can have more free space. --- frontend/css/streamlit.main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/streamlit.main.css b/frontend/css/streamlit.main.css index e6e09c4..88181f6 100644 --- a/frontend/css/streamlit.main.css +++ b/frontend/css/streamlit.main.css @@ -68,7 +68,7 @@ button[kind="header"] { background-color: #111; overflow-x: hidden; transition: 0.5s ease; - padding-top: 60px; + padding-top: 0px; white-space: nowrap; }