diff options
author | 2021-10-03 19:44:08 +0200 | |
---|---|---|
committer | 2021-10-03 19:44:08 +0200 | |
commit | 220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3 (patch) | |
tree | 9fbacdfdb017fdf29116e11f2d7cecbcfb2d3ffc /styles/global | |
parent | 3e6b377bb29c661b36329de5f18f69cb3ee6e01a (diff) | |
download | my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.tar.gz my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.tar.bz2 my_apps-220092b78fcdffef0e9c2f4fd82f3f4d3e991bd3.zip |
added player audio animation
Diffstat (limited to 'styles/global')
-rw-r--r-- | styles/global/_window.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |