aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Looks ugly in mobile Chrome #9

Closed neongreen closed 7 years ago

neongreen commented 8 years ago

Update: new set of woes:


Original problems (fixed in the referenced commit):

mrkkrp commented 8 years ago

How about using Bootstrap or another framework that is built with mobile in mind? That would certainly imporve look and feel (although as I understand you want to create custom styling and without heavy artillery). On related note, some spacing around “search” input box would be great. And buttons to add things and search for them (it's of course intuitive that you should press ↵ Enter to execute action, but it really looks like something is missing, because this sort of field is always accompanied by a button).

neongreen commented 8 years ago

And buttons to add things and search for them

Will do. (And for pros/cons I might also add some text like “press Enter to save” because I'm afraid that with a button it wouldn't be obvious that you can do that.)

How about using Bootstrap or another framework that is built with mobile in mind?

Well, it feels like fixing layout manually could be easier than learning a framework (especially since most of my problems are caused by “I have no idea what I'm doing” rather than anything else). If it turns out that after I finish it still sucks, I'll look at Bootstrap, sure.