From dc9bbcf39611ed4643750c21ae70dd2234d7e785 Mon Sep 17 00:00:00 2001 From: Mahad Kalam Date: Thu, 19 Dec 2024 22:06:36 +0000 Subject: [PATCH] Even more width updates :pf: --- package.json | 2 +- src/entrypoints/popup/app.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ac2f7b1..452daf4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/entrypoints/popup/app.css b/src/entrypoints/popup/app.css index 07e8e16..868acbe 100644 --- a/src/entrypoints/popup/app.css +++ b/src/entrypoints/popup/app.css @@ -3,6 +3,7 @@ @import "tailwindcss/utilities"; body { - width: 360px; - height: 100vh; + min-width: 360px; + max-width: 360px; + min-height: 100vh; } \ No newline at end of file