From ce78bf69aabf7f1526016f55207acb9c1dd9a4d4 Mon Sep 17 00:00:00 2001 From: Wehi Date: Thu, 11 May 2023 02:46:30 +0200 Subject: [PATCH] added back backdrop blur, fixed button size issue --- src/ui/App.css | 3 ++- src/ui/components/ServerLaunchSection.css | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/App.css b/src/ui/App.css index 207faf2..2aee07a 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -109,7 +109,8 @@ select:focus { margin: 0; padding: 0; - + + backdrop-filter: blur(10px); box-shadow: inset 0px -150px 96px -85px rgba(0,0,0,0.43); } diff --git a/src/ui/components/ServerLaunchSection.css b/src/ui/components/ServerLaunchSection.css index f0e392e..b414c93 100644 --- a/src/ui/components/ServerLaunchSection.css +++ b/src/ui/components/ServerLaunchSection.css @@ -22,7 +22,6 @@ box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); font-size: 24px; font-weight: 500; - width: 20%; } #serverControls {