Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26292 closed defect (bug) (fixed)

Increase the avatar size in the admin toolbar

Reported by: kovshenin's profile kovshenin Owned by: nacin's profile nacin
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Toolbar Keywords: has-patch
Focuses: Cc:

Description

We currently show a 16x16 avatar in the admin bar, but with the new responsive admin we increase that to 26x26 at the 782px breakpoint. Let's render a 26x26 avatar instead.

Attachments (1)

26292.diff (462 bytes) - added by kovshenin 11 years ago.

Download all attachments as: .zip

Change History (9)

@kovshenin
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.8

#2 @johnbillion
11 years ago

  • Milestone changed from 3.8 to Awaiting Review

Related: #22329

#3 @SergeyBiryukov
11 years ago

#26478 was marked as a duplicate.

#4 @miqrogroove
11 years ago

+1

This is a regression and needs to be on the 3.8 milestone.

#5 @nacin
11 years ago

  • Milestone changed from Awaiting Review to 3.8

#6 @miqrogroove
11 years ago

After a first pass of reading the code, I can see that this will be reproducible in Chrome. Just making the browser window narrow will give an idea of what the problem looks like on iPad.

#7 @miqrogroove
11 years ago

26292.diff is going to be the only non-javascript solution available for the existing HTML and CSS.

The other way to hack around this would be to include two images and hide one of them using CSS.

#8 @nacin
11 years ago

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

In 26800:

Request a larger avatar for the toolbar, as we use it at narrow responsive sizes.

props kovshenin.
fixes #26292.

Note: See TracTickets for help on using tickets.