UI adjustments for problems view
This commit is contained in:
parent
b53b507355
commit
1bef8719c0
5 changed files with 35 additions and 17 deletions
|
|
@ -237,6 +237,9 @@ label {
|
|||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 6px 16px;
|
||||
width: min-content;
|
||||
background-color: #fff;
|
||||
border: 1px solid #2979b8;
|
||||
padding: 16px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
#time-selector.hidden {
|
||||
|
|
|
|||
|
|
@ -237,6 +237,9 @@ label {
|
|||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 6px 16px;
|
||||
width: min-content;
|
||||
background-color: #282828;
|
||||
border: 1px solid #333;
|
||||
padding: 16px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
#time-selector.hidden {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue