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',