fix(ui): preserve viewport anchoring for centered navbar
This commit is contained in:
@@ -416,12 +416,17 @@ size: string = "default"
|
||||
|
||||
.wrn-navbar__menus {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
justify-content: center;
|
||||
transform: translateX(-50%);
|
||||
pointer-events: none;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.wrn-navbar__menus > * {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.wrn-navbar__actions {
|
||||
justify-content: flex-end;
|
||||
gap: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user