diff options
| author | yxshv <[email protected]> | 2024-04-12 23:35:33 +0530 |
|---|---|---|
| committer | yxshv <[email protected]> | 2024-04-12 23:35:33 +0530 |
| commit | e62cb68ea6c5213275f5679e041b2149d5622a17 (patch) | |
| tree | 1eb031fab3dc79870c1be0874cab1714729a5d27 /apps/extension/src/ext.css | |
| parent | increase number (diff) | |
| download | supermemory-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.css | 10 |
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; |