mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-08 21:05:48 +10:00
Update
This commit is contained in:
+18
-3
@@ -1189,7 +1189,9 @@ button.link-action--confirm:hover { background: var(--accent-soft); }
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.user-menu { position: relative; }
|
||||
.user-menu {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.user-menu-loading {
|
||||
width: 80px;
|
||||
@@ -1286,7 +1288,10 @@ button.link-action--confirm:hover { background: var(--accent-soft); }
|
||||
flex-shrink: 0;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
.user-trigger:hover .chevron { transform: rotate(180deg); }
|
||||
.user-menu:hover .chevron,
|
||||
.user-menu:focus-within .chevron {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.user-dropdown {
|
||||
background: var(--surface);
|
||||
@@ -1304,8 +1309,18 @@ button.link-action--confirm:hover { background: var(--accent-soft); }
|
||||
visibility: hidden;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.user-dropdown::before {
|
||||
content: "";
|
||||
height: 8px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -8px;
|
||||
}
|
||||
|
||||
.user-menu:hover .user-dropdown,
|
||||
.user-trigger:focus + .user-dropdown {
|
||||
.user-menu:focus-within .user-dropdown {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
visibility: visible;
|
||||
|
||||
Reference in New Issue
Block a user