mozilla / napkin

Napkin is a rapid web prototyping tool intending to bridge the gap between product/UI/UX and development processes when building applications and sites.
Other
40 stars 6 forks source link

In screen sharing mode, do not make rows fixed width #53

Closed operatorjen closed 12 years ago

operatorjen commented 12 years ago

To be able to display the 'responsiveness' of the screen components, remove the fixed width assignments so that the user can resize the browser to see that it can adjust accordingly. When exporting functionality is supported, the assumption is that the standalone app will always be a flex width (but something like max-width: 960px, min-width: 320px)

karthikv commented 12 years ago

Actually, there is no responsiveness right now, even if I do remove the fixed width assignments; I haven't yet put in the bootstrap code to include that. We can keep this issue open as an indicator to implement responsiveness in the future.

Also, do you think responsiveness should take precedence over exporting or vice-versa?

karthikv commented 12 years ago

@ednapiranha No matter; I just added responsiveness.

operatorjen commented 12 years ago

do you need the full twitter bootstrap file if you already included the minified version?

karthikv commented 12 years ago

If I need to make changes, it's much easier to edit the uncompressed file and then minify it.

karthikv commented 12 years ago

Merged.