From 3b297e426d27075b33449ea1e1c873049c110aa5 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 29 Jan 2023 22:56:44 -0800 Subject: [PATCH 1/3] Fix uncap indicator in hovercards We mistakenly removed `width` when we wanted to set `min-width` --- components/Hovercard/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Hovercard/index.scss b/components/Hovercard/index.scss index 7e429843..c0c803bb 100644 --- a/components/Hovercard/index.scss +++ b/components/Hovercard/index.scss @@ -48,6 +48,10 @@ flex-grow: 1; gap: $unit; } + + .UncapIndicator { + min-width: 100px; + } } } From 3548da4b15243b028e013ddc8d1049f13d4f331d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 29 Jan 2023 23:00:42 -0800 Subject: [PATCH 2/3] Add a tooltip to the Copy URL button We aren't doing the hovercard in the design right now, so this is fine --- components/Header/index.tsx | 22 ++++++++++++---------- public/locales/en/common.json | 1 + public/locales/ja/common.json | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/components/Header/index.tsx b/components/Header/index.tsx index bae9e7be..cfbd51be 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -216,16 +216,18 @@ const Header = () => { } return title !== '' ? ( -