Skip to content

Commit

Permalink
upgrade tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
kristencheung committed Feb 7, 2025
1 parent a016895 commit 2f39a0e
Show file tree
Hide file tree
Showing 6 changed files with 690 additions and 116 deletions.
4 changes: 1 addition & 3 deletions runtime/explorer/content/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";

body {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion runtime/explorer/content/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function App() {
}, []);

return (
<div className="bg-black p-2 h-dvh flex flex-col">
<div className="bg-black p-2 h-dvh w-dvw flex flex-col">
<ApiExplorer
endpoints={endpoints}
inferences={inferences}
Expand Down
Loading

0 comments on commit 2f39a0e

Please sign in to comment.