This is how it looks now when I increase the width. The outer box doesn’t widen together with the text and background, and the text doesn’t stay centered. Also, dark mode seems to have stopped working.
Hm, do you have “dark mode” toggled on the sidebar? (There’s two settings unfortunately due to how Streamlit is set up):
The outer box doesn’t widen together with the text and background, and the text doesn’t stay centered
Yeah unfortunately this is mostly working-as-implemented. The box size isn’t a thing I can change; “Wide Mode” lets it the box be big, otherwise it’s small.
Text centering might be possible if you’re in “Wide Mode”—I’ll look into that.
This is how it looks now when I increase the width. The outer box doesn’t widen together with the text and background, and the text doesn’t stay centered. Also, dark mode seems to have stopped working.
Hm, do you have “dark mode” toggled on the sidebar? (There’s two settings unfortunately due to how Streamlit is set up):
Yeah unfortunately this is mostly working-as-implemented. The box size isn’t a thing I can change; “Wide Mode” lets it the box be big, otherwise it’s small.
Text centering might be possible if you’re in “Wide Mode”—I’ll look into that.
Text centering should now be live!