diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-12 14:54:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-12 14:54:32 -0500 |
| commit | 094d3e0e1370f2f8b3619ba6cea8b33ac83dceed (patch) | |
| tree | 01ae4f2706d32ef1433c60d60dcabb1e479be463 /fig-frontend/client/src/index.css | |
| parent | 45980c6910a7fe16ec41b1663b79cebc6e33350d (diff) | |
Update frontend
Diffstat (limited to 'fig-frontend/client/src/index.css')
| -rw-r--r-- | fig-frontend/client/src/index.css | 18 |
1 files changed, 1 insertions, 17 deletions
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%); -} |
