12 lines
164 B
CSS
12 lines
164 B
CSS
.stat-tracker.StatsViewer {
|
|
|
|
.window-content {
|
|
gap: 1rem;
|
|
}
|
|
|
|
[data-application-part="tableSelect"] {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 1rem;
|
|
}
|
|
}
|