Skip to content

Commit

Permalink
Make the control bar flat style and increase the height, preparing fo…
Browse files Browse the repository at this point in the history
…r filter updates.

PiperOrigin-RevId: 629462048
  • Loading branch information
zzzaries authored and copybara-github committed Apr 30, 2024
1 parent 5b8e8d0 commit 21a9853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/components/trace_viewer/trace_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ iframe {
width: 100%;
height: 100%;
box-sizing: border-box;
border-style: unset;
}
4 changes: 4 additions & 0 deletions plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
border-radius: 50%;
border-top: 14px solid #e6e6e6; /* control bar background color */
}
#control.tr-ui-timeline-view {
align-content: center;
min-height: 30px;
}
</style>
<script src="tf-trace-viewer-helper.js"></script>
<script>
Expand Down

0 comments on commit 21a9853

Please sign in to comment.