tweak dashboard UI css

This commit is contained in:
Nick Sweeting 2024-11-18 02:25:33 -08:00
parent f5727c7da2
commit f65c2b40f8
No known key found for this signature in database

View file

@ -34,8 +34,9 @@
font-family: monospace; font-family: monospace;
} }
.scroll-area { .scroll-area {
height: 800px; /*height: 800px;
overflow-y: auto; overflow-y: scroll; */
height: auto;
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 10px; padding: 10px;
background-color: #fff; background-color: #fff;
@ -68,6 +69,14 @@
background-color: #f44336; background-color: #f44336;
color: white; color: white;
} }
.badge-succeeded {
background-color: #666;
color: white;
}
.badge-sealed {
background-color: #666;
color: white;
}
.date { .date {
font-size: 16px; font-size: 16px;
color: #666; color: #666;