Skip to content

Commit

Permalink
Various UI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Oct 30, 2024
1 parent 1f97117 commit 2c10e7e
Show file tree
Hide file tree
Showing 4 changed files with 820 additions and 690 deletions.
3 changes: 1 addition & 2 deletions frontend/app/src/comps/Screen/ScreenCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export function ScreenCard({
<a.div
className={css({
position: "relative",
overflow: "hidden",
width: "100%",
userSelect: "none",
})}
Expand All @@ -70,7 +69,7 @@ export function ScreenCard({
}}
>
{match(mode)
.with("ready", () => <div>{children}</div>)
.with("ready", () => children)
.with("loading", () => (
<div
className={css({
Expand Down
Loading

0 comments on commit 2c10e7e

Please sign in to comment.