From 06371ed5dfe5871b180f45bcf25a94818b684ca6 Mon Sep 17 00:00:00 2001 From: hogashi Date: Sat, 9 Nov 2024 04:46:52 +0900 Subject: [PATCH 1/2] wide save button --- dist/css/popup.css | 12 ++++++++++++ src/extension-contexts/popup.tsx | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dist/css/popup.css b/dist/css/popup.css index 6521cd2c..e730384f 100644 --- a/dist/css/popup.css +++ b/dist/css/popup.css @@ -587,6 +587,10 @@ video { height: 1.5rem; } +.w-1 { + width: 0.25rem; +} + .w-1\/2 { width: 50%; } @@ -595,6 +599,14 @@ video { width: 1rem; } +.w-2 { + width: 0.5rem; +} + +.w-4\/5 { + width: 80%; +} + .flex-col { flex-direction: column; } diff --git a/src/extension-contexts/popup.tsx b/src/extension-contexts/popup.tsx index 74b910eb..478e69ff 100644 --- a/src/extension-contexts/popup.tsx +++ b/src/extension-contexts/popup.tsx @@ -140,7 +140,7 @@ export const Popup = (props: Props): JSX.Element => {