Skip to content

Commit

Permalink
Use var(--header-height) not hard-coded of 50px
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
  • Loading branch information
MarcelRobitaille committed Feb 20, 2022
1 parent d686024 commit d55dd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export default {
z-index: 2;
/* The height of the nextcloud header */
top: 50px;
top: var(--header-height);
width: 100%;
padding-left: 4px;
border-bottom: 1px solid var(--color-border);
Expand Down

0 comments on commit d55dd88

Please sign in to comment.