PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.11
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.11
1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 All 35 releases
← All changes | apps/posts/posts.css +10 -0 1.1.101.1.11 View file →
@@ -17,8 +17,18 @@
17 17 min-height: 0;
18 18 min-width: 0;
19 19 }
20 20
21 +/* The editor embedded in the "Add New" tab — `wp.os.embedAdminPage()`
22 + * puts a full-size iframe in here, so the host has to be the panel's
23 + * whole box rather than shrink to a zero-height child. */
24 +.os-posts__embed-host {
25 + display: flex;
26 + flex: 1 1 auto;
27 + min-height: 0;
28 + min-width: 0;
29 +}
30 +
21 31 /* ---------------------------------------------------------------
22 32 * The term canvas: a toolbar across the top, the Pixi stage on the
23 33 * left, a fixed-width sidebar editor on the right. The Pixi side
24 34 * paints the terms, the post satellites and the pager into the