-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default edit box to sane size #83
Comments
@hannaliebl maybe this is something you would be interested in taking a look at? Namely, can we make the text box responsive to screen size? |
Sure, I can take a look at this, later tonight. |
So, to make this responsive to any screen size the best bet is to set the |
Hmm, so we'd be somewhat at the mercy of the stylesheet's overall positioning scheme, huh? That's not great news, given the wide variety of stylesheets Plans supports. If there's any way to make it independent of the parent, that would be awesome. If not, is there a way to set a sensible (but non-responsive) width in cols and then have it overridden when the stylesheet allows? |
If no changes are made to the underlying HTML structure and id/class names, couldn't the default stylesheets be retooled to use percentage-based widths, for example, without any harm done to any custom stylesheets, or am I misunderstanding something else about the way the stylesheets work with Plans? |
Yeah, that's possible and worth considering, but would have the downsides of potentially being a labor-intensive update, and still leaving custom stylesheets in the dark without an easy upgrade path. I'm thinking that while this issue is still worth addressing, it's sounding complicated enough that we shouldn't try to tackle it until after launch. For the moment let's just use people's stored column preferences if they exist, and we'll plan to return to a better solution later. Thanks for looking into this! Even though we didn't find an easy solution, it was still very helpful to get your input. |
Per #26, I think we'll get rid of the edit box preference and instead set it to something useful by default and let the user resize it with browser controls. Open questions:
The text was updated successfully, but these errors were encountered: