From 59e26308039578b8a37660135b86282269a9a33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Rodr=C3=ADguez=20del=20Pino?= Date: Sat, 13 Jan 2024 16:33:05 +0000 Subject: [PATCH] Fix style --- editor/VPLIDE.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/VPLIDE.css b/editor/VPLIDE.css index cd2aa39c..e5504b89 100644 --- a/editor/VPLIDE.css +++ b/editor/VPLIDE.css @@ -24,7 +24,7 @@ overflow: hidden; } -/* Using vpl_body_fullscreen class to get fullscreen */ +/* Using vpl_body_fullscreen class to get fullscreen */ .vpl_body_fullscreen .block { display: none; visibility: hidden; @@ -415,5 +415,5 @@ pre.vpl_terminal { .vpl_ide_status { opacity: 0.8; - z-index:100; + z-index: 100; }