From b4e100f776e2d2ada95708ae6734c6345687d899 Mon Sep 17 00:00:00 2001 From: rabbitglauser Date: Wed, 29 Apr 2026 20:49:05 +0200 Subject: [PATCH 1/2] Fix fullscreen icon size in bottom box --- src/components/app/BottomBox.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/app/BottomBox.css b/src/components/app/BottomBox.css index a35d14361d..1a83e0a145 100644 --- a/src/components/app/BottomBox.css +++ b/src/components/app/BottomBox.css @@ -122,6 +122,11 @@ background-image: var(--internal-fullscreen-exit-icon); } +.bottom-fullscreen-show-button, +.bottom-fullscreen-hide-button { + background-size: 14px 14px; +} + .codeLoadingOverlay, .sourceCodeErrorOverlay, .assemblyCodeErrorOverlay { From dcad53f3ac02d7f7028605cf7025e856269ee61b Mon Sep 17 00:00:00 2001 From: rabbitglauser Date: Thu, 30 Apr 2026 20:41:47 +0200 Subject: [PATCH 2/2] Adjust fullscreen button background size in BottomBox --- src/components/app/BottomBox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/BottomBox.css b/src/components/app/BottomBox.css index 1a83e0a145..eb58334296 100644 --- a/src/components/app/BottomBox.css +++ b/src/components/app/BottomBox.css @@ -124,7 +124,7 @@ .bottom-fullscreen-show-button, .bottom-fullscreen-hide-button { - background-size: 14px 14px; + background-size: 11px 11px; } .codeLoadingOverlay,