Making WordPress.org

Opened 5 years ago

Closed 4 years ago

#4951 closed defect (bug) (duplicate)

Login to Reply and short link toggle menu not Properly on Mobile View

Reported by: sharaz's profile sharaz Owned by:
Milestone: Priority: high
Component: Make (Get Involved) / P2 Keywords: has-patch needs-testing
Cc:

Description

Attachments (2)

fixed.patch (90 bytes) - added by passoniate 5 years ago.
patch
mobile_bug.png (117.3 KB) - added by sharaz 4 years ago.

Download all attachments as: .zip

Change History (7)

@passoniate
5 years ago

patch

#1 follow-up: @passoniate
5 years ago

  • Keywords has-patch needs-testing added; needs-patch removed
@media (max-width: 550px)
nav.o2-post-actions ul {
    width: 320px;
    right: 0px;
}

#2 @SergeyBiryukov
5 years ago

  • Component changed from WordPress.org Site to Make (Get Involved) / P2

#3 in reply to: ↑ 1 @dufresnesteven
5 years ago

Replying to passoniate:

@media (max-width: 550px)
nav.o2-post-actions ul {
    width: 320px;
    right: 0px;
}

right: 0px is already set on the ul. You probably don't need it.

We could also probably set left: inherit if you wanted to avoid setting a fixed width.

#4 @passoniate
5 years ago

  • Milestone Q1 deleted
@media (max-width: 550px)
nav.o2-post-actions ul {
    left: inherit;
    width: 320px;
}

@sharaz
4 years ago

#5 @coffee2code
4 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the report! I'm closing this as a duplicate of the earlier #4908, which was fixed in [9435].

Note: See TracTickets for help on using tickets.