From e80788124e81a192fd718d2ec88cbf1c6b1f4806 Mon Sep 17 00:00:00 2001 From: ItzzExcel <98148217+ItzzExcel@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:10:06 -0600 Subject: [PATCH] =?UTF-8?q?Bueno,=20no=20siento=20dolor=20Solo=20amarga=20?= =?UTF-8?q?sensaci=C3=B3n=20Todas=20esas=20tardes=20Tras=20la=20escuela=20?= =?UTF-8?q?de=20arte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/plugins/not-actual-fullscreen/src/index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/plugins/not-actual-fullscreen/src/index.js b/plugins/plugins/not-actual-fullscreen/src/index.js index fc66f43..cd24696 100644 --- a/plugins/plugins/not-actual-fullscreen/src/index.js +++ b/plugins/plugins/not-actual-fullscreen/src/index.js @@ -28,9 +28,12 @@ const styles = ` padding-left: 6%; } -[class*="bar--"] { +[class^="bar--"] { background-color: transparent; - margin-top: -20px; +} + +[class^="bar--"]>* { + opacity: 0; } `;