Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtheworldbot committed Mar 5, 2024
1 parent 1ae4a14 commit 76cf9e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Popup = () => {

if (loading)
return (
<div className="h-screen flex justify-center items-center text-2xl font-medium">
<div className="flex justify-center items-center text-2xl font-medium p-10">
<Loading />
</div>
);
Expand Down
2 changes: 0 additions & 2 deletions src/pages/popup/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
body {
min-width: 300px;
min-height: 260px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif;
Expand Down

0 comments on commit 76cf9e8

Please sign in to comment.