From b9d09afa4fb4afc2b7196042313481942a8192ef Mon Sep 17 00:00:00 2001 From: johnwalley Date: Sun, 24 Sep 2023 19:49:18 +0100 Subject: [PATCH] chore(website): minor vscode example improvements --- website/src/components/editor-group-container.module.css | 1 + website/src/components/sidebar.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/website/src/components/editor-group-container.module.css b/website/src/components/editor-group-container.module.css index ad7d14c6..a47e7f5f 100644 --- a/website/src/components/editor-group-container.module.css +++ b/website/src/components/editor-group-container.module.css @@ -59,6 +59,7 @@ } .actionLabel { + cursor: pointer; font-size: 16px !important; padding: 2px; width: 16px; diff --git a/website/src/components/sidebar.module.css b/website/src/components/sidebar.module.css index 8cffbb8f..3db78b7e 100644 --- a/website/src/components/sidebar.module.css +++ b/website/src/components/sidebar.module.css @@ -71,6 +71,7 @@ .actionLabel { align-items: center; + padding: 2px; } .iconLabelContainer {