diff --git a/components/BottomBar.vue b/components/BottomBar.vue index c978c99..4bb59b9 100644 --- a/components/BottomBar.vue +++ b/components/BottomBar.vue @@ -7,12 +7,16 @@

{{ primaryAction.text }}

- +
+ + + +

{{ secondaryAction.text }}

-
+
@@ -96,7 +100,7 @@ onMounted(async () => { color: var(--text); } - .actions div { + .keys { display: flex; align-items: center; gap: 2px;