From f82a91333a34515fdbdd9311e6d346c6cf89bc2e Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Mon, 31 Oct 2022 13:34:23 -0700 Subject: [PATCH] Increased the padding right distance by 5px which fixes the issue of the UI jumping sometimes because the image full screen icon was overlapping the scrollbar. --- 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 f128d03..7c87c36 100644 --- a/frontend/css/streamlit.main.css +++ b/frontend/css/streamlit.main.css @@ -168,7 +168,7 @@ div.gallery:hover { } .css-ret2ud{ padding-left: 10px; - padding-right: 25px; + padding-right: 30px; gap: initial; display: initial; }