Skip to content

Commit

Permalink
Merge branch 'main' into gallery-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs authored Feb 21, 2024
2 parents bde3bd1 + 98a2719 commit 570f784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/nine-drinks-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---

fix:Fix z-index layer of orange generating border
1 change: 1 addition & 0 deletions js/statustracker/static/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
border: 2px solid var(--color-accent);
background: transparent;
z-index: var(--layer-1);
}
.translucent {
Expand Down

0 comments on commit 570f784

Please sign in to comment.