PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
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 0.8.7 All 34 releases
← All changes | assets/css/notch.css +4 -2 1.1.41.1.10 View file →
@@ -162,9 +162,11 @@
162 162 body.os-active.os-admin-bar-dynamic:has( #wpadminbar:hover ) .os-notch,
163 163 body.os-active.os-admin-bar-dynamic:has( #wpadminbar:focus-within ) .os-notch,
164 164 body.os-active.os-admin-bar-dynamic:has( .os-notch:hover ) .os-notch,
165 165 body.os-active.os-admin-bar-dynamic:has( .os-notch:focus-visible ) .os-notch {
166 - top: var( --wp-admin--admin-bar--height, 32px );
166 + /* The bar's measured edge (src/admin-bar-height.ts), Core's token
167 + behind it — a host that made the bar taller moved this step too. */
168 + top: var( --os-admin-bar-height, var( --wp-admin--admin-bar--height, 32px ) );
167 169 }
168 170
169 171 /*
170 172 * The hover bridge, and it is what makes the step stable.
@@ -185,6 +187,6 @@
185 187 content: "";
186 188 position: absolute;
187 189 inset-inline: 0;
188 190 inset-block-end: 100%;
189 - height: var( --wp-admin--admin-bar--height, 32px );
191 + height: var( --os-admin-bar-height, var( --wp-admin--admin-bar--height, 32px ) );
190 192 }