kellerben / dudle

Online event coordination and survey application
https://dud-poll.inf.tu-dresden.de
GNU Affero General Public License v3.0
339 stars 67 forks source link

CSS Stylesheet for mobile devices #55

Open kellerben opened 8 years ago

kellerben commented 8 years ago

There should be a Stylesheeet for small devices.

kellerben commented 8 years ago

Pull requests welcome!

phanpatrik commented 7 years ago

Hi, i created a responsive style based on current TUD Corporate Design:

https://github.com/phanpatrik/TU-Dresden-Dudle-Styles

Style is "TUD-Responsive" đź‘Ť

kellerben commented 7 years ago

great! I just pulled and deployed it…

jplitza commented 6 years ago

For full pleasure, one has to add

<meta name="viewport" content="width=device-width, initial-scale=1.0">

to html.rb.

phanpatrik commented 6 years ago

@jplitza Yep. Indeed it's required.

kellerben commented 5 years ago

I added it, but had to remove it again because of user complaints…

jplitza commented 5 years ago

What kind of complaints?

kellerben commented 5 years ago

I got these screenshots, made on a iPhone 6: dudle_bug2 dudle_bug3

phanpatrik commented 5 years ago

@kellerben Thanks. I will have a look and fix it. :)