From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/styles/popup.scss | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/styles/popup.scss') diff --git a/src/styles/popup.scss b/src/styles/popup.scss index eb4cf628..97b2e3d1 100644 --- a/src/styles/popup.scss +++ b/src/styles/popup.scss @@ -1,25 +1,25 @@ .popup { - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: 3; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 3; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .popup-fullscreen { - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.5); - z-index: 3; - backdrop-filter: blur(8px); + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + z-index: 3; + backdrop-filter: blur(8px); } @media (prefers-color-scheme: light) { - .popup { - background-color: transparent; - } + .popup { + background-color: transparent; + } } -- cgit v1.2.3