Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53478, comment 1


Ignore:
Timestamp:
06/22/2021 11:32:56 PM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53478, comment 1

    initial v1  
    11@wparslan Thanks for the report!
    22
    3 When the width and height are near where the scrollbar begins to show, the browser window can try to re-calculate the dimensions when hovering over items. That shifts the layout to include the scrollbar. I think it's related to the percent margins on the "card" for each theme, too.
     3When the width and height are near where the scrollbar begins to show, the browser window can try to re-calculate the dimensions when hovering over items. That shifts the layout to include the scrollbar. I think it's related to the [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/themes.css?rev=51194#L53 percent margins] on the "card" for each theme, too.
    44
    55Your video shows the problem in Edge, and the same happens in Chrome. One of the random window sizes where I saw this was 1240x760, without the theme activation notice above the theme cards. (I haven't been able to reproduce it in Firefox, though.)