Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27403, comment 70


Ignore:
Timestamp:
10/18/2016 05:32:14 PM (9 years ago)
Author:
sirbrillig
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27403, comment 70

    initial v1  
    11Floating icons may not be the best solution after all (see attached screenshots). It removes the icons from the flow, but it causes other elements to flow around them. This is bringing me back to considering absolute positioning again.
     2
     3And of course if we use absolute positioning with icons that are inside other elements, the positioning calculations have to be based on the parent elements, which makes things a lot more complex. It also means it's hard to tell if an icon is off the screen (part of the original features).
     4
     5So this brings me back to adding the icons directly to `body` and absolutely positioning them. This is the same train of thoughts I went through with the plugin, of course. 😭