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...)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Rupreck's avatar
305
Rupreck
asked 11 years ago
Evgeny's avatar
13.2k
Evgeny
updated 11 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments