Changes between Version 1 and Version 2 of Ticket #43573, comment 15
- Timestamp:
- 10/13/2018 05:49:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43573, comment 15
v1 v2 7 7 `@media screen and ( min-width: 1600px )` 8 8 9 in Orlando. Apparently, this leads to a design issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(1).png : Annotation on 2018-9-0) (1).png]. Applying patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-1.diff: 43573-1.diff] instead of patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-2.diff: 43573-2.diff] should solved this issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(2).png:Annotation on 2018-9-0) (2).png].9 in Orlando. Apparently, this leads to a design issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(1).png Annotation on 2018-9-0) (1).png]. Applying patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-1.diff 43573-1.diff] instead of patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-2.diff 43573-2.diff] should solved this issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(2).png Annotation on 2018-9-0) (2).png]. 10 10 11 To provide more context, while the latter statement `@media screen and ( min-width: 2300px ) ` technically overwrites the earlier statement `@media screen and ( min-width: 1600px ) {` the statement `.plugin-card:nth-child(3n+1) { ...}` and `.plugin-card:nth-child(3n) { .. }` won't be overwritten by the later statement. Alternativelly, you can apply [https://core.trac.wordpress.org/attachment/ticket/43573/43573-3.diff :43573-3.diff], which I just created to overwrite the earlier definition in the later statement.11 To provide more context, while the latter statement `@media screen and ( min-width: 2300px ) ` technically overwrites the earlier statement `@media screen and ( min-width: 1600px ) {` the statement `.plugin-card:nth-child(3n+1) { ...}` and `.plugin-card:nth-child(3n) { .. }` won't be overwritten by the later statement. Alternativelly, you can apply [https://core.trac.wordpress.org/attachment/ticket/43573/43573-3.diff 43573-3.diff], which I just created to overwrite the earlier definition in the later statement. 12 12 13 13 Also, please also feel free to delete the attachment [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0.png: Annotation on 2018-9-0.png], as I've I’ve uploaded it twice by accident.