Fixed top header to more dynamic
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user