Update CSS and templates
This commit is contained in:
parent
d614c415c3
commit
48b31f7dec
4 changed files with 45 additions and 18 deletions
|
|
@ -1,5 +1,4 @@
|
|||
.stat-tracker.StatsViewer {
|
||||
|
||||
.window-content {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
|
@ -8,11 +7,17 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
|
||||
> div {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
[data-application-part="dataFilters"] {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 1rem;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
[data-application-part="graph"] {
|
||||
|
|
@ -20,4 +25,10 @@
|
|||
justify-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue