Skip to content

Commit

Permalink
Improve the styles of the timeline header (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
KBazGenexus authored Apr 23, 2024
1 parent 71fae90 commit 2b1550b
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ gx-query-viewer-chart-controller,
.gx-query-viewer-chart-controller__header-compare-container {
display: grid;
grid-template-columns: min-content 1fr;
& > gx-checkbox > .gx-checkbox__container {
margin: 2px;
}

& > gx-select {
background-color: inherit;
}
}

.gx-query-viewer-chart-controller__header-form-field {
Expand All @@ -27,8 +34,7 @@ gx-query-viewer-chart-controller,
}

.gx-query-viewer-chart-controller__header-zoom-options {
display: grid;
grid-template-columns: min-content 1fr;
display: flex;
}

.gx-query-viewer-chart_timeline-footer {
Expand Down

0 comments on commit 2b1550b

Please sign in to comment.