fix: minor UI adjustments

This commit is contained in:
Xiaohan-Tian
2026-05-14 23:15:38 -07:00
parent 892e154a0f
commit 42b9662bb4
3 changed files with 14 additions and 13 deletions
+7 -7
View File
@@ -610,9 +610,9 @@
position: absolute;
left: 0;
right: 0;
background-color: rgba(123, 104, 238, 0.15);
border-top: 1px solid rgba(123, 104, 238, 0.3);
border-bottom: 1px solid rgba(123, 104, 238, 0.3);
background-color: rgba(135, 206, 250, 0.15);
border-top: 1px solid rgba(135, 206, 250, 0.3);
border-bottom: 1px solid rgba(135, 206, 250, 0.3);
pointer-events: none;
z-index: 1;
transition: opacity 0.1s ease;
@@ -622,9 +622,9 @@
position: absolute;
top: 0;
bottom: 0;
background-color: rgba(123, 104, 238, 0.1);
border-left: 1px solid rgba(123, 104, 238, 0.25);
border-right: 1px solid rgba(123, 104, 238, 0.25);
background-color: rgba(135, 206, 250, 0.1);
border-left: 1px solid rgba(135, 206, 250, 0.25);
border-right: 1px solid rgba(135, 206, 250, 0.25);
pointer-events: none;
z-index: 1;
transition: opacity 0.1s ease;
@@ -802,4 +802,4 @@
color: #e0e0e0;
min-width: 20px;
text-align: center;
}
}