Skip to content

Commit

Permalink
Even more width updates :pf:
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Dec 19, 2024
1 parent 0a6711c commit dc9bbcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "figma-wakatime",
"description": "Metrics, insights, and time tracking automatically generated from your Figma activity.",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down
5 changes: 3 additions & 2 deletions src/entrypoints/popup/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "tailwindcss/utilities";

body {
width: 360px;
height: 100vh;
min-width: 360px;
max-width: 360px;
min-height: 100vh;
}

0 comments on commit dc9bbcf

Please sign in to comment.