Skip to content

Conversation

@sfc-gh-tszerszen
Copy link
Contributor

@sfc-gh-tszerszen sfc-gh-tszerszen commented Apr 25, 2023

📚 Context

Please describe the project or issue background here

  • What kind of change does this PR introduce?

    • Bugfix

🧠 Description of Changes

This PR closes Issue-#6057. It removes 2px empty space between sidebar and browser bar, when ?embed=true query param is enabled.

  • Add bullet points summarizing your changes here

    • This is a visible (user-facing) change

Revised:

Insert screenshot of your updated UI/code here

Notice there is no empty space between sidebar and browser topbar

image

Current:

Notice small 2px empty space between sidebar and browser topbar, this should disappear after this PR is merged

image

Insert screenshot of existing UI/code here

🧪 Testing Done

  • Screenshots included

🌐 References

Does this depend on other work, documents, or tickets?


Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

@sfc-gh-tszerszen sfc-gh-tszerszen added the security-assessment-completed Security assessment has been completed for PR label Apr 25, 2023
@sfc-gh-tszerszen sfc-gh-tszerszen self-assigned this Apr 25, 2023
@sfc-gh-mnowotka sfc-gh-mnowotka merged commit e2eaf30 into develop Apr 25, 2023
tconkling added a commit to tconkling/streamlit that referenced this pull request Apr 25, 2023
* develop:
  Decouple MetricsManager from AppNode (streamlit#6557)
  Fix top padding on sidebar when embed is true (streamlit#6565)
  Add support for cell and column header tooltips in the dataframe component (streamlit#6561)
  Update dataframe column properties on frontend (streamlit#6554)
  Show warning for unsafe integer cells in `st.dataframe` (streamlit#6549)
  Add icon for editable columns in `st.data_editor` (streamlit#6550)
  Unify missing values to None in the returned datastructure by `st.data_editor`.  (streamlit#6544)
  Clean up and reorganize element tree module (streamlit#6522)
  ESLint: use `--cache` flag (30x speedup!) (streamlit#6555)
  Replace `st.connection` with `st.experimental_connection` in docstring examples (streamlit#6553)
  Improve editing on touch devices for `st.data_editor` (streamlit#6548)
  Move pandas styler logic to dedicated module (streamlit#6543)
@sfc-gh-kmcgrady sfc-gh-kmcgrady deleted the fix-top-padding-on-sidebar-when-embed-is-true branch October 5, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security-assessment-completed Security assessment has been completed for PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Top padding on sidebar when ?embed=true

3 participants