Skip to content

Commit

Permalink
fix header-elements being not shown correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jan 11, 2024
1 parent 10b9b20 commit 6acc2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@

/* Right header standard */
.header-right {
> .header-menu:not(.user-menu) {
filter: var(--background-image-invert-if-bright);
}
> div,
> form {
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ $header-icon-size: 20px;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: -0.5px;
filter: var(--background-image-invert-if-bright);
}
&:hover,
Expand Down

0 comments on commit 6acc2b3

Please sign in to comment.