Fixed top header to more dynamic

This commit is contained in:
Laux Dev
2026-03-03 09:53:57 +08:00
parent 672e6e0a1d
commit 3eb0ee06fb
24 changed files with 260 additions and 41 deletions

View File

@@ -63,6 +63,7 @@
border-radius: 6px;
border: 0.5px solid #8187ff;
background: rgba(83, 89, 242, 0.25);
color: white;
cursor: pointer;
}
.button:hover {
@@ -126,7 +127,7 @@
}
.dotMenu {
display: flex;
padding: 8px;
padding: 7px;
align-items: center;
gap: 12px;
border-radius: 6px;
@@ -167,7 +168,6 @@
.dropDown > div:hover {
border-radius: 4px;
background: #3c4159;
background: color(display-p3 0.2392 0.2549 0.3412);
color: white;
}
.dropDown > div:hover p {