Conversation
|
I think I'm seeing the sidebar visible to around 756px |
|
With @tvst agreed on this: Layout = 2 columns responsive I only have to change the max-width to 746, i'm using 756 it's a typo |
|
What's |
You can enable wide mode from Settings option . There is a checkbox that you can enable or disable. |
|
I tested this locally, but I'm seeing some strange behavior still. It starts when I shrink the window down to ~1485px. At that point the main content alignment changes and starts misbehaving from there on. It's hard to describe so let's VC tomorrow and I'll show you what I mean. |
|
I think something has changed with the last two commits.. behavior was better prior.. now slightly wonky as Thiago said. Edit: Actually, just tested |
|
Looks better.. except in regular mode, from 805 - 790 px the right margin starts to collapse until it disappears, then reappears again when the sidebar contracts and stays. In wide mode the right margin stays. |
* develop: Release 0.46.0 (streamlit#170) Magic fixes (streamlit#138) [docs] Add analytics; redirect /secret/docs; fix compilation problem (streamlit#149) Fix bug for startup under windows (streamlit#144) Responsive layout (streamlit#104) Add basic PR template Better method signatures (streamlit#88) Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January. (streamlit#141) Rename/report2app (streamlit#126)
* develop: (54 commits) Removing uber demo from streamlit repo (streamlit#159) Release 0.46.0 (streamlit#170) Magic fixes (streamlit#138) [docs] Add analytics; redirect /secret/docs; fix compilation problem (streamlit#149) Fix bug for startup under windows (streamlit#144) Responsive layout (streamlit#104) Add basic PR template Better method signatures (streamlit#88) Publish docs to both /docs and /secret/docs, until we deprecate /secret/docs in January. (streamlit#141) Rename/report2app (streamlit#126) Test running streamlit commands "bare" (streamlit#133) Updates to LP and sidebar. (streamlit#134) tests for z-index of date input popover in sidebar (streamlit#131) cypress test for escaping html in markdown (streamlit#125) On a Mac, check if xcode installed before requiring watchdog (streamlit#91) [Docs] Fix st.slider API in tutorial (streamlit#98) Sidebar exceptions (streamlit#107) Fixing unbound local variable (streamlit#110) Support hashing dataframes with unhashable objects. Gracefully f… (streamlit#118) Fix hashing if the object has a name but the name is not a string. (streamlit#117) ...
Sidebar should be visible at all screen sizes down to 800px width (i.e. not mobile)