First time here? Check out the FAQ!
2

iPad Portrait - make right sidebar visible.

Using Chrome on an iPad I notice this site (askbot/en/questions v0.7.48) is automatically hiding the right hand sidebar and hiding the votes and the views when the iPad is switched from landscape to portrait. What manner of css sorcery is this and how can we perform the same?

(it does not happen on our 0.7.48 site sadly which instead requires scrolling horizontally...)

Rupreck's avatar
305
Rupreck
asked 2013-09-11 11:22:44 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2013-09-23 15:40:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

We use "media" queries in the css to apply css depending on the width of the screen. Indeed we should probably implement "full functionality" display for iPad portrait.

Evgeny's avatar
13.2k
Evgeny
answered 2013-09-23 15:39:15 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments