Quansight-Labs / jupyterlab-accessible-themes

♿️🎨 An access-centred implementation of the JupyterLab default themes
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix cell toolbar layout #35

Closed steff456 closed 2 years ago

steff456 commented 2 years ago

Currently in jupyterlab when the main content area doesn't have space the cell layout breaks as shown in the image below,

image

Our goal is to preserve the horizontal layout as it will normally be in jupyterlab or google collab,

Jupyterlab

image

Google collab

image

The first steps for solving this issue are,

  1. Identify the component that is making the layout break - I will suspect it is the container for the toolbar
  2. Check if there's some css magic that could fix it - This can be done by modifying the css in the browser
  3. Identify the code that needs to be changed inside the project

After this is done we can check in and see where the change is needed and we can also discuss if we will attempt to add this change to the core of jupyterlab or the extension.