# desktop-mode/1.1.3/assets/js/widget-post-stats.css

OpenStation: Desktop Windows, Dock &amp; Virtual Desktops for WP Admin, version 1.1.3. 69 lines.

- Page: https://pluginprobe.com/plugins/desktop-mode/1.1.3/code/assets/js/widget-post-stats.css
- Raw: https://pluginprobe.com/plugins/desktop-mode/1.1.3/raw/assets/js/widget-post-stats.css
- Modified: 2026-08-07T20:39:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/desktop-mode/1.1.3/code/assets/js/widget-post-stats.css#L10-L20`.

```css
.dm-poststats__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--os-ui-color-border, #e5e7eb);
	margin-bottom: 8px;
	flex-shrink: 0;
	gap: 8px;
	min-width: 0;
}
.dm-poststats__title {
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--os-ui-color-text-subtle, #6b7280);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.dm-poststats__total {
	font-size: 10px;
	color: var(--os-ui-color-text-subtle, #9ca3af);
	white-space: nowrap;
	flex-shrink: 0;
}
.dm-poststats__canvas-wrap {
	flex: 1;
	min-height: 60px;
	position: relative;
	min-width: 0;
}
.dm-poststats__canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.dm-poststats__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	padding-top: 6px;
	flex-shrink: 0;
}
.dm-poststats__legend-item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 10px;
	color: var(--os-ui-color-text-subtle, #6b7280);
	white-space: nowrap;
}
.dm-poststats__legend-swatch {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	flex-shrink: 0;
}
.dm-poststats__empty,
.dm-poststats__error {
	padding: 12px 0;
	font-size: 11px;
	color: var(--os-ui-color-text-subtle, #9ca3af);
	text-align: center;
}
.dm-poststats__error { color: #ef4444; }

```
