Small UI fix

This commit is contained in:
Magnus Åhall 2024-06-25 18:19:15 +02:00
parent 5ff6bc595c
commit 047f39cfa7
7 changed files with 15 additions and 13 deletions

View file

@ -4,7 +4,7 @@
grid-gap: 8px 16px;
margin-top: 16px;
background-color: #333;
padding: 16px;
padding: 16px 24px;
width: min-content;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
@ -22,7 +22,7 @@
#datapoints .header {
font-weight: 800;
font-size: 0.85em;
color: #d5c4a1;
color: #777;
}
#datapoints div {
white-space: nowrap;

View file

@ -6,7 +6,7 @@
margin-top: 32px;
margin-bottom: 32px;
background-color: #333;
padding: 16px;
padding: 16px 24px;
width: min-content;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
@ -19,6 +19,7 @@
#problems-list .header,
#acknowledged-list .header {
font-weight: 800;
color: #777;
}
#problems-list .trigger,
#acknowledged-list .trigger {