nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

fix: Devtools "Open Graph" tab layout #665

Closed hmd-ali closed 2 weeks ago

hmd-ali commented 1 month ago

🐛 The bug

Open Graph tabs has 2 parts, let's call them Details and Preview on smaller widths, they are on top of each others, which is fine. however when u resize the devtools to be more than 1024px wide, The Preview part takes the whole screen (h-full) because the container is not applying the lg:row class.

🛠ī¸ To reproduce

none

🌈 Expected behavior

when resizing the devtools above 1024px, the tabs mentioned above should be both visible and on top of each other.

ℹī¸ Additional context

arashsheyda commented 2 weeks ago

closing this in favour of duplicate #664

@hmd-ali BTW we're using UnoCSS for the CSS, PR welcome if you want to work on this