Skip to content

Commit 4bb1b87

Browse files
committed
mini-dashboard: Attempt to represent results as heatmap
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent e03161e commit 4bb1b87

2 files changed

Lines changed: 1073 additions & 918 deletions

File tree

api/static/css/viewer.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,12 @@ body {
272272
/* Build status cells */
273273
.kbuild-matrix .build-cell {
274274
cursor: pointer;
275-
min-width: 80px;
275+
min-width: 20px;
276+
max-width: 25px;
276277
height: 30px;
277278
vertical-align: middle;
279+
font-size: 10px;
280+
padding: 2px;
278281
}
279282

280283
.kbuild-matrix .build-cell:hover {
@@ -307,11 +310,11 @@ body {
307310
.kbuild-matrix .commit-header {
308311
writing-mode: vertical-rl;
309312
text-orientation: mixed;
310-
min-width: 100px;
311-
max-width: 100px;
312-
padding: 10px 5px;
313+
min-width: 20px;
314+
max-width: 20px;
315+
padding: 10px 1px;
313316
font-family: monospace;
314-
font-size: 12px;
317+
font-size: 11px;
315318
}
316319

317320
/* Loading spinner */

0 commit comments

Comments
 (0)