fix: minor UI updates

This commit is contained in:
Xiaohan-Tian
2026-05-25 15:44:27 -07:00
parent 742b2fecf3
commit e49b675985
+3 -2
View File
@@ -12,6 +12,7 @@
.floating-popup-surface { .floating-popup-surface {
--floating-popup-bg: #2d2d2d; --floating-popup-bg: #2d2d2d;
--floating-popup-border: #4a4a4a; --floating-popup-border: #4a4a4a;
--floating-popup-radius: 8px;
--floating-popup-shadow: 0 18px 36px rgba(0, 0, 0, 0.28); --floating-popup-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
position: absolute; position: absolute;
z-index: 10000; z-index: 10000;
@@ -27,7 +28,7 @@
position: relative; position: relative;
background: var(--floating-popup-bg); background: var(--floating-popup-bg);
border: 1px solid var(--floating-popup-border); border: 1px solid var(--floating-popup-border);
border-radius: 28px; border-radius: var(--floating-popup-radius);
box-shadow: var(--floating-popup-shadow); box-shadow: var(--floating-popup-shadow);
} }
@@ -54,4 +55,4 @@
left: 50%; left: 50%;
border-top: 1px solid var(--floating-popup-border); border-top: 1px solid var(--floating-popup-border);
border-left: 1px solid var(--floating-popup-border); border-left: 1px solid var(--floating-popup-border);
} }