aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/src/ext.css
diff options
context:
space:
mode:
authoryxshv <[email protected]>2024-04-12 23:35:33 +0530
committeryxshv <[email protected]>2024-04-12 23:35:33 +0530
commite62cb68ea6c5213275f5679e041b2149d5622a17 (patch)
tree1eb031fab3dc79870c1be0874cab1714729a5d27 /apps/extension/src/ext.css
parentincrease number (diff)
downloadsupermemory-e62cb68ea6c5213275f5679e041b2149d5622a17.tar.xz
supermemory-e62cb68ea6c5213275f5679e041b2149d5622a17.zip
add modal to extension
Diffstat (limited to 'apps/extension/src/ext.css')
-rw-r--r--apps/extension/src/ext.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/extension/src/ext.css b/apps/extension/src/ext.css
index 0583faad..5ea84318 100644
--- a/apps/extension/src/ext.css
+++ b/apps/extension/src/ext.css
@@ -2,6 +2,16 @@
@tailwind components;
@tailwind utilities;
+.anycontext-combobox-button {
+ padding: 0.5rem 1rem;
+ display: flex;
+ flex-direction: row;
+ justify-items: center;
+ align-items: center;
+ gap: 0.5rem;
+ @apply anycontext-rounded-md dark:anycontext-bg-white/5 anycontext-bg-black/5;
+}
+
.anycontext-overlay {
position: fixed;
top: 0;