From 198a0031f130c5769c8939abfdb62b60d4fd4609 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Wed, 5 Aug 2026 00:41:31 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=A9nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/main.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/style/main.css b/style/main.css index f1ac308..ff83bc1 100644 --- a/style/main.css +++ b/style/main.css @@ -502,28 +502,3 @@ main{ } } } - - -#posterWindow{ - visibility: collapse; - top: 5vh; - left: 5vw; -} - -#posterContainer{ - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - align-items: center; - justify-content: space-around; -} - -canvas{ - visibility: collapse; - height: 110%; - width: auto; - position: absolute; - inset: 0; - z-index: -30; -}