From 094d3e0e1370f2f8b3619ba6cea8b33ac83dceed Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 12 Jan 2024 14:54:22 -0500 Subject: Update frontend --- fig-frontend/client/src/index.css | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'fig-frontend/client/src/index.css') diff --git a/fig-frontend/client/src/index.css b/fig-frontend/client/src/index.css index 891c5fd..b1c8427 100644 --- a/fig-frontend/client/src/index.css +++ b/fig-frontend/client/src/index.css @@ -5,26 +5,10 @@ body { top: 0px; width: 100vw; height: 100vh; + overflow: hidden; } fig-window { display: block; position: absolute; } - -fig-header { - position: absolute; - text-align: center; - border-radius: 100px; - border-style: solid; - border-color: silver; - border-width: 5px; - background: linear-gradient(0deg, rgba(89,89,89,1) 35%, rgba(158,158,158,1) 100%); - top: 1em; - left: 33vw; - width: 33vw; -} - -fig-header:hover { - filter: brightness(150%); -} -- cgit v1.2.3