aboutsummaryrefslogtreecommitdiffstats
path: root/components/editor
diff options
context:
space:
mode:
Diffstat (limited to 'components/editor')
-rw-r--r--components/editor/OptionsPanel.vue1
-rw-r--r--components/editor/Sidebar.vue2
2 files changed, 3 insertions, 0 deletions
diff --git a/components/editor/OptionsPanel.vue b/components/editor/OptionsPanel.vue
index 1415d84..7cf8982 100644
--- a/components/editor/OptionsPanel.vue
+++ b/components/editor/OptionsPanel.vue
@@ -12,6 +12,7 @@
width: 100%;
background-color: var(--color-background);
border: 1px solid var(--color-border);
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
padding: 1rem;
height: 100%;
}
diff --git a/components/editor/Sidebar.vue b/components/editor/Sidebar.vue
index c48f3b4..992dd86 100644
--- a/components/editor/Sidebar.vue
+++ b/components/editor/Sidebar.vue
@@ -50,6 +50,8 @@ const setSelectedType = (type: 'quests' | 'items') => {
background-color: var(--color-background);
user-select: none;
position: relative;
+ z-index: 0;
+ box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
#selector {
display: flex;