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

increase font size for questions #50

Open
aranas opened this issue May 9, 2024 · 2 comments
Open

increase font size for questions #50

aranas opened this issue May 9, 2024 · 2 comments

Comments

@aranas
Copy link
Collaborator

aranas commented May 9, 2024

No description provided.

@aranas
Copy link
Collaborator Author

aranas commented May 9, 2024

changing font size of questions is actually non-trivial. It is possible through adding the following hack:
st.markdown(
"""<style>
div[class*="stSlider"] > label > div[data-testid="stMarkdownContainer"] > p {
font-size: 20px;
}
</style>
""", unsafe_allow_html=True)

Would be good to find a more elegant solution

@aranas
Copy link
Collaborator Author

aranas commented May 17, 2024

Font size did not come up as an issue during the cognitive pilot so we will deprioritize this issue

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

1 participant