From 7b2e6d67c403917aae44927f27844d89e9e4d3b6 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Sun, 7 Jul 2024 18:32:47 +0400 Subject: [PATCH] feat: add shadow border to the code editor and to the game screen (#10) ## How does this PR impact the user? ### Now image ### Before image ## Description Ditto. ## Limitations N/A ## Checklist - [x] my PR is focused and contains one wholistic change - [x] I have added screenshots or screen recordings to show the changes --- components/CodeEditor.vue | 2 +- components/GameScreen.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/CodeEditor.vue b/components/CodeEditor.vue index dc0f581..32a9078 100644 --- a/components/CodeEditor.vue +++ b/components/CodeEditor.vue @@ -84,7 +84,7 @@ function onSubmit(event: Event) {