skeeto / impatient-mode

Impatient html mode. See your changes in the browser as you type
215 stars 19 forks source link

Responsive layout is not being reflected. #41

Open reteov opened 3 months ago

reteov commented 3 months ago

When using Impatient Mode to work on my responsive page layout, there seems to be some issues.

In this case, I am attempting to work on a project to produce a responsive layout. The idea is that the content needs to be half of the green box, and that it needs to reflow, like this:

screenshot - 2024-05-30 - 11-22-06

However, when using impatient mode, it scales instead, like this:

screenshot - 2024-05-30 - 11-22-16

Is there a way to alter this so that impatient-mode does not override my CSS with its own?