From 4d6925666508b54e4c18c295f362e585be7c0ee5 Mon Sep 17 00:00:00 2001 From: Titonatos Date: Wed, 18 Jun 2025 00:45:44 +0300 Subject: [PATCH] fix issue #2178: overlaps UI elements --- .../assets/js/widgets/pages/game/EditorResultIcon.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/app/apps/codebattle/assets/js/widgets/pages/game/EditorResultIcon.jsx b/services/app/apps/codebattle/assets/js/widgets/pages/game/EditorResultIcon.jsx index 9c3b1c1c9..64f35712c 100644 --- a/services/app/apps/codebattle/assets/js/widgets/pages/game/EditorResultIcon.jsx +++ b/services/app/apps/codebattle/assets/js/widgets/pages/game/EditorResultIcon.jsx @@ -2,12 +2,12 @@ import React from 'react'; function EditorResultIcon({ children, mode = 'default' }) { const style = mode === 'default' ? { - bottom: '5%', + bottom: '11%', right: '5%', opacity: '0.5', zIndex: '100', } : { - bottom: '5%', + bottom: '11%', right: '5%', opacity: '0.5', zIndex: '100',