jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook
https://ipywidgets.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.14k stars 949 forks source link

CSS grid min-width media query for breakpoints in GridBox #2909

Open martin-loland-4ss opened 4 years ago

martin-loland-4ss commented 4 years ago

While the documentation mention that it is "super easy to rearrange your grid with media queries". I can't find any documentation that states how to use media queries (min-width) to change the grid-template-areas configuration depending on content width. Is this possible?

If not, a feature where multiple layouts could be be defined, all with their own min-width media query would be very helpful. Thanks.

jimustafa commented 3 years ago

Greetings @martin-loland-4ss. I also have this question... Please let me know if you found a way to use media queries to rearrange a grid.