Skip to content

Commit

Permalink
Update src/components/NcAppNavigation/NcAppNavigation.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Marco <marcoambrosini@proton.me>
  • Loading branch information
marcoambrosini and susnux authored Aug 14, 2024
1 parent 3a5d01b commit d562637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default {
background-color: var(--color-main-background-blur, var(--color-main-background));
-webkit-backdrop-filter: var(--filter-background-blur, none);
backdrop-filter: var(--filter-background-blur, none);
border-right: 1px solid var(--color-border);
border-inline-end: 1px solid var(--color-border);
&--close {
margin-left: calc(-1 * min($navigation-width, var(--app-navigation-max-width)));
Expand Down

0 comments on commit d562637

Please sign in to comment.