From 41138f9fbd4ae1b3b25cb29134e3bd130c545a6a Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Mon, 6 Jun 2022 00:02:41 -0400 Subject: [PATCH] Remove unnecessary `px` suffixes --- src/ui/components/ServerLaunchSection.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/components/ServerLaunchSection.css b/src/ui/components/ServerLaunchSection.css index 80351e2..18c19a4 100644 --- a/src/ui/components/ServerLaunchSection.css +++ b/src/ui/components/ServerLaunchSection.css @@ -19,7 +19,7 @@ #playButton .BigButton { height: 100%; - box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); } #serverControls { @@ -39,7 +39,7 @@ #serverControls .CheckboxDisplay { margin-right: 6px; - box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2); } #serverControls .Checkbox label { @@ -80,7 +80,7 @@ border-radius: 6px; height: 18px; - box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); } .ServerConfig .TextInputWrapper {