Skip to content

Commit

Permalink
Fix active app indicator position
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 31, 2022
1 parent aa85e1c commit ad8fadf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $header-icon-size: 20px;
border-radius: 3px;
background-color: var(--color-primary-text);
left: 50%;
bottom: 3px;
bottom: 6px;
display: block;
transition: all 0.1s ease-in-out;
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit ad8fadf

Please sign in to comment.