@gemka/core 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chrome.css +4 -1
- package/package.json +1 -1
package/chrome.css
CHANGED
|
@@ -230,6 +230,8 @@
|
|
|
230
230
|
margin-bottom: 0.5rem;
|
|
231
231
|
padding-top: 6px;
|
|
232
232
|
}
|
|
233
|
+
/* Opt-in: single row of four At a glance cards (collapses on mobile, below). */
|
|
234
|
+
.theme-vintage .dd-stats--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
|
|
233
235
|
.theme-vintage .dd-stat-card {
|
|
234
236
|
min-width: 0;
|
|
235
237
|
background: var(--gk-surface-2);
|
|
@@ -563,7 +565,8 @@
|
|
|
563
565
|
.theme-vintage .dd-tod-section { order: 3; }
|
|
564
566
|
.theme-vintage .dd-overlay-cell--hour { order: 4; }
|
|
565
567
|
.theme-vintage .dd-activity-section { order: 5; }
|
|
566
|
-
.theme-vintage .dd-stats
|
|
568
|
+
.theme-vintage .dd-stats,
|
|
569
|
+
.theme-vintage .dd-stats--four { grid-template-columns: repeat(2, 1fr); }
|
|
567
570
|
.theme-vintage .dd-tod-grid { grid-template-columns: 1fr; }
|
|
568
571
|
.theme-vintage .dd-hour-grid { overflow: visible; --dd-bar-row-h: 12px; }
|
|
569
572
|
}
|