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/code-blue/code-blue.css +6 -24 1.1.71.1.11 View file →
@@ -324,37 +324,19 @@
324 324 font-size: 12px;
325 325 --os-ui-code-block-max-block-size: 220px;
326 326 }
327 327
328 -.os-cb-issue__facts {
329 - display: grid;
330 - grid-template-columns: auto 1fr;
331 - gap: 2px 14px;
332 - margin: 0;
333 - font-size: 12px;
334 - align-items: baseline;
335 -}
336 -
337 328 /*
338 - * The file path is a copy target too (it is what gets pasted into an
339 - * editor), but it sits in a definition list, not a snippet box — so
340 - * the badge chrome comes off and only the copy affordance stays.
329 + * Tighter than the kit default, and the values are monospace: these
330 + * facts are file paths and timestamps read against each other.
341 331 */
342 -.os-cb-issue__facts os-code {
343 - --os-ui-code-bg: transparent;
344 - --os-ui-code-border: none;
345 - --os-ui-code-padding: 0;
346 - --os-ui-code-font-size: 1em;
332 +.os-cb-issue__facts {
333 + --os-ui-facts-font-size: 12px;
334 + --os-ui-facts-row-gap: 2px;
347 335 }
348 336
349 -.os-cb-issue__facts dt {
350 - color: var( --os-ui-fg-muted, #646970 );
351 -}
352 -
353 -.os-cb-issue__facts dd {
354 - margin: 0;
337 +.os-cb-issue__facts os-fact::part( value ) {
355 338 font-family: var( --os-ui-font-mono, ui-monospace, Menlo, Consolas, monospace );
356 - overflow-wrap: anywhere;
357 339 }
358 340
359 341 /*
360 342 * The two things anyone does with an error they cannot immediately