fix: header - style
This commit is contained in:
@ -3,6 +3,15 @@ header {
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
|
||||
>div {
|
||||
display: flex;
|
||||
|
||||
>div {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
solid-link {
|
||||
align-self: center;
|
||||
|
||||
@ -20,15 +29,6 @@ header {
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
>div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div.test {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
solid-notifications {
|
||||
color: var(--color-heading);
|
||||
align-self: center;
|
||||
|
@ -7,7 +7,7 @@ div
|
||||
|
||||
span.tag.reversed.text-semibold(data-trans='header.beta')
|
||||
|
||||
div.test
|
||||
div
|
||||
solid-notifications.segment.notLoggedIn(
|
||||
nested-field="inbox"
|
||||
bind-user
|
||||
|
Reference in New Issue
Block a user