diff --git a/src/App.vue b/src/App.vue index 25c91ef..29029cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,93 +1,97 @@ - + \ No newline at end of file diff --git a/src/assets/theme.css b/src/assets/theme.css index 41e3723..b92b3dc 100644 --- a/src/assets/theme.css +++ b/src/assets/theme.css @@ -205,4 +205,5 @@ div { span, a, i { color: var(--text-color) !important; padding: 0 !important; -} \ No newline at end of file +} + diff --git a/src/components/Toolbar.vue b/src/components/Toolbar.vue index a484506..6d7662a 100644 --- a/src/components/Toolbar.vue +++ b/src/components/Toolbar.vue @@ -8,7 +8,7 @@ const keyOf = (b: { id?: string; text?: string }) => b.id ?? b.text ?? crypto.ra