diff options
| author | yxshv <[email protected]> | 2024-04-13 06:27:59 +0530 |
|---|---|---|
| committer | yxshv <[email protected]> | 2024-04-13 06:27:59 +0530 |
| commit | 957e0767ea959dbe7d7395f537eb362f6893fd89 (patch) | |
| tree | efb4f53b90364699b7725b388dd2c60492cf177b /apps/extension/src/ext.css | |
| parent | update store route (diff) | |
| parent | proper caching and KV (diff) | |
| download | supermemory-957e0767ea959dbe7d7395f537eb362f6893fd89.tar.xz supermemory-957e0767ea959dbe7d7395f537eb362f6893fd89.zip | |
merge
Diffstat (limited to 'apps/extension/src/ext.css')
| -rw-r--r-- | apps/extension/src/ext.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/extension/src/ext.css b/apps/extension/src/ext.css index 5ea84318..bf7a4156 100644 --- a/apps/extension/src/ext.css +++ b/apps/extension/src/ext.css @@ -3,13 +3,13 @@ @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; + 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 { |