From b07aa583b58b2222ba491b41fbb63d200c371760 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Tue, 18 Nov 2025 21:13:10 +0000 Subject: [PATCH] console API starts to work... --- buildoz.css | 1 - 1 file changed, 1 deletion(-) diff --git a/buildoz.css b/buildoz.css index e0f3d41..311e0d3 100644 --- a/buildoz.css +++ b/buildoz.css @@ -142,7 +142,6 @@ bz-slidepane { display: block; position: absolute; background-color: #000A; - padding: 0 0.5em 0 0.5em; } bz-slidepane[side="top"] { top:0; left:0; width: 100%; height:0; border-bottom: 2px solid #DDD; } bz-slidepane[side="bottom"] { bottom:0; left:0; width: 100%; height:0; border-top: 2px solid #DDD;}