Make WordPress Core

Opened 6 years ago

Closed 5 months ago

#48989 closed defect (bug) (worksforme)

Blocks properly not showing on mobile device

Reported by: passoniate's profile passoniate Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.3
Component: Editor Keywords: has-screenshots
Focuses: Cc:

Description

Gutenberg Blocks properly not showing on mobile

Attachments (3)

editor.jpg (33.4 KB) - added by passoniate 6 years ago.
48989 (296.8 KB) - added by iihglobal 6 years ago.
CSS changes file
Edit Post ‹ Wordpress Demo — WordPress.png (143.8 KB) - added by iihglobal 6 years ago.
Fixed Screenshot

Download all attachments as: .zip

Change History (5)

@passoniate
6 years ago

#1 in reply to: ↑ description @iihglobal
6 years ago

Replying to passoniate:

Gutenberg Blocks properly not showing on mobile

I Fixed below CSS and its working. Please use below CSS in the mention path.
wp-includes/css/dist/components/style.min.css
wp-includes/css/dist/components/style.css

 .components-popover:not(.is-mobile):not(.is-middle).is-left .components-popover__content {
    margin-right: -24px; }
To
  .components-popover:not(.is-mobile):not(.is-middle).is-left .components-popover__content {
    margin-right: -40px; }

@iihglobal
6 years ago

CSS changes file

#2 @poena
5 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Hi
I am closing this ticket since the interface has changed and the block toolbar is in a different position on narrow screens.

Note: See TracTickets for help on using tickets.