vite-plugin-ai-annotator 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7957,8 +7957,9 @@
|
|
|
7957
7957
|
gap: 4px;
|
|
7958
7958
|
padding: 6px;
|
|
7959
7959
|
background: rgba(0, 0, 0, 0.9);
|
|
7960
|
+
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
7960
7961
|
border-radius: 10px;
|
|
7961
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
|
7962
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
|
|
7962
7963
|
}
|
|
7963
7964
|
|
|
7964
7965
|
.toolbar-btn {
|
package/package.json
CHANGED