diff options
| author | Dhravya <[email protected]> | 2024-04-12 13:10:50 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-12 13:10:50 -0700 |
| commit | fac02d3c2789eaff95f9eb0bcad853012ea81045 (patch) | |
| tree | cdd9e6191474c10cbc4a35edd087e07991c3a3e9 /apps/extension/src/ext.css | |
| parent | fix: vector length issue (diff) | |
| parent | add modal to extension (diff) | |
| download | supermemory-fac02d3c2789eaff95f9eb0bcad853012ea81045.tar.xz supermemory-fac02d3c2789eaff95f9eb0bcad853012ea81045.zip | |
merge
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..bf7a4156 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; |