PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Toolbar/toolbar.css +1 -9 3.1.53.2.1 View file →
@@ -215,21 +215,13 @@
215 215
216 216 /* When Extendify Agent sidebar is open, reframe the toolbar to
217 217 match the way Extendify reframes the core admin bar (slot it
218 218 next to the sidebar inside the rounded frame). */
219 -/* no-prefix */
220 -#extendify-toolbar.ext-tb-agent-open {
221 - top: 8px;
222 - left: 384px;
223 - right: 8px;
224 - border-radius: 8px 8px 0 0;
225 - overflow: hidden;
226 -}
227 -
228 219 /* 783px tracks Skeleton::DESKTOP; no 384px rail below it. */
229 220 @media (min-width: 783px) {
230 221 /* .ext-tb-agent-open lands only once the sidebar mounts; the rail needs it sooner. */
231 222 /* no-prefix */
223 + #extendify-toolbar.ext-tb-agent-open,
232 224 html.extendify-agent-skeleton #extendify-toolbar {
233 225 top: 8px;
234 226 left: 384px;
235 227 right: 8px;