From 126c33520b3e426f3a12ee69d6e6f93e48edff36 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 4 Feb 2024 20:45:14 -0800 Subject: feat(badges): import mode --- src/styles/popup.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/styles/popup.scss') diff --git a/src/styles/popup.scss b/src/styles/popup.scss index 645e9d23..fda4831e 100644 --- a/src/styles/popup.scss +++ b/src/styles/popup.scss @@ -9,3 +9,10 @@ justify-content: center; align-items: center; } + +.popup-fullscreen { + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + z-index: 9999; +} -- cgit v1.2.3