Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20642 closed defect (bug) (fixed)

Auto-fold the admin menu with CSS rather than JS

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

Currently the whole page "jumps" right after loading when the admin menu auto folds (width <= 900px). Best way to remedy that is to auto-fold the menu with @media rules in the CSS.

Change History (2)

#1 @azaozz
13 years ago

It's quite big chunk of CSS replacing a relatively small JS code block, but there's no substitute for better UX :)

#2 @azaozz
13 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [20749]:

Auto-fold the admin menu with CSS, fixes #20642

Note: See TracTickets for help on using tickets.