Version 0.72.0
Release date: December 2, 2020
Notable Changes
Establish a framework for theming and migrate existing components.
Improve the sidebar experience for mobile devices.
Updated st.file_uploader to reduce reruns
Check out our release app for more details!
Special Thanks
Thanks to SimonBiggs , tobyglei , nicolaskruchten and hendrik-teuber-by for the contribution!
7 Likes
Seb
December 10, 2020, 4:35pm
2
Hello Streamlit team
Always a pleasure to play with the latest updates!
I have noticed that since the sidebar improvements for mobile on 0.72, sidebar first line of text is really low:
I was used to reduce this padding with a hook:
st.markdown(
'''<style>
.sidebar .sidebar-content {padding-top: 3rem;}
</style>''',
unsafe_allow_html=True)
But unfortunately, this is no longer working.
I hope you guys can find a way to configure this easily so we can compact a bit more whatβs in the sidebar.
Kind Regards
Seb
3 Likes