Hey everyone,
I wanted to make all elements in my dashboard a bit smaller by applying:
st.markdown(“”"
html {
zoom: 0.9; /* Adjust the zoom level here */
}
“”", unsafe_allow_html=True)
This works well except for the element of the searchbox, which is the only element that does not react to it. How could I make this work also for the searchbox widget?
Thanks & best regards,
Pascal