diff --git a/components/BottomBar.vue b/components/BottomBar.vue index 2ec32ed..30a91b3 100644 --- a/components/BottomBar.vue +++ b/components/BottomBar.vue @@ -5,17 +5,17 @@

Qopy

-
+

{{ primaryAction.text }}

-
+

{{ secondaryAction.text }}

- +
@@ -23,13 +23,17 @@ @@ -111,6 +129,12 @@ onMounted(() => { background-color: var(--border); } + .paste:active, + .actions:active { + background-color: var(--border-active, #444); + transform: scale(0.98); + } + &:hover .paste:hover ~ .divider, &:hover .divider:has(+ .actions:hover) { opacity: 0;