| @@ -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; |