Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Controllable. #66

Open
jourmore opened this issue Sep 14, 2023 · 1 comment
Open

Font Controllable. #66

jourmore opened this issue Sep 14, 2023 · 1 comment

Comments

@jourmore
Copy link

The font is too small and we hope st_pages will add controllable parameters.

@danilo-css
Copy link

danilo-css commented Oct 11, 2023

You can increase font size of sidebar page names currently with Streamlit 1.27.2 with:

    st.markdown("""
        <style>
            /* Increase font size by setting the 18px below to whatever you want */ 
            .st-emotion-cache-j7qwjs {
                font-size: 18px;
                }
        </style>
        """, unsafe_allow_html=True)

Do keep in mind in newer Streamlit versions that css (.st-emotion-cache-j7qwjs) can change and you'll have to adjust your code accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants