Skip to content

Commit

Permalink
Make loading dial bigger with light black outline so it's visible.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659749674
  • Loading branch information
Profiler Team authored and copybara-github committed Aug 6, 2024
1 parent b16af8e commit 79fcd42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@
#throbber {
/* Position: top right of the page, non-blocking to the trace events exploration */
position: fixed;
top: 64px;
right: 48px;
border: 5px solid #fafafa;
top: 10%;
right: 3%;
border: 14px solid #424242;
border-radius: 50%;
border-top: 5px solid #e6e6e6; /* control bar background color */
width: 16px;
height: 16px;
border-top: 14px solid #e6e6e6; /* control bar background color */
width: 40px;
height: 40px;
-webkit-animation: spin 1s linear infinite; /* Safari */
animation: spin 1s linear infinite;
z-index: 10;
Expand All @@ -248,7 +248,7 @@
}
#throbber-initial.active,
#throbber.active {
opacity: 1;
opacity: 0.8;
/* Wait a short time before showing the throbber (no delay for hiding). */
transition-delay: 0.3s;
}
Expand Down

0 comments on commit 79fcd42

Please sign in to comment.