From 220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 3 Oct 2021 19:44:08 +0200 Subject: added player audio animation --- styles/global/_window.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles') diff --git a/styles/global/_window.scss b/styles/global/_window.scss index 5594ba5..60a2c96 100644 --- a/styles/global/_window.scss +++ b/styles/global/_window.scss @@ -225,6 +225,11 @@ width: 100%!important; height: 100%!important; + .window__title { + opacity: 0; + visibility: hidden; + } + .window__title-buttons { top: 2.5em; } -- cgit v1.2.3