mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-17 21:51:43 +00:00
placement of user profile nav item and remove caret
This commit is contained in:
parent
e2a5a2aadf
commit
7e9787d5fe
@ -152,7 +152,10 @@ export default function NavigationBar() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{SPIFF_ENVIRONMENT ? (
|
{SPIFF_ENVIRONMENT ? (
|
||||||
<HeaderGlobalAction className="spiff-environment-header-text unclickable-text">
|
<HeaderGlobalAction
|
||||||
|
title={`The current SpiffWorkflow environment is: ${SPIFF_ENVIRONMENT}`}
|
||||||
|
className="spiff-environment-header-text unclickable-text"
|
||||||
|
>
|
||||||
{SPIFF_ENVIRONMENT}
|
{SPIFF_ENVIRONMENT}
|
||||||
</HeaderGlobalAction>
|
</HeaderGlobalAction>
|
||||||
) : null}
|
) : null}
|
||||||
|
@ -212,6 +212,7 @@ h1.with-icons {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-user-button {
|
#profile-user-button {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
@ -220,6 +221,15 @@ h1.with-icons {
|
|||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profile-user-button .cds--popover--bottom-right .cds--popover-content {
|
||||||
|
bottom: 11px;
|
||||||
|
right: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-user-button .cds--popover-caret {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-user-toggle-button:hover {
|
.profile-user-toggle-button:hover {
|
||||||
background-color: #161616;
|
background-color: #161616;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user