From 65699ba6066c6c5e63a213019cbfa3b9e07fdc72 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 11 May 2025 22:47:24 +0300 Subject: [PATCH] style(code): slight adjustments --- apps/client/src/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index a2c39df46..5f9ffb664 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -423,6 +423,9 @@ body.desktop #context-menu-container .dropdown-item > span { .cm-editor { height: 100%; outline: none !important; + border-radius: 6px; + overflow: hidden; + margin: 4px; } body .cm-editor {