diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 23:19:45 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 23:19:45 +0000 |
| commit | cc2f3987c3f6386da140fefcb1998cb1eef18839 (patch) | |
| tree | 8c99e16e4aa9884c738994d5b44679cc0cd221f8 /components/editor/OptionsPanel.vue | |
| parent | b0ab01ef6b715cafb12ecb2aa844a29c59c8a027 (diff) | |
Add extra razzmatazz
Diffstat (limited to 'components/editor/OptionsPanel.vue')
| -rw-r--r-- | components/editor/OptionsPanel.vue | 1 |
1 files changed, 1 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%; } |
