Skip to content

Commit

Permalink
Merge pull request #4035 from nextcloud/fix/4016-regression
Browse files Browse the repository at this point in the history
fix(NcAppNavigation): fix flex element styles causing resizing sidebar
  • Loading branch information
ShGKme authored May 4, 2023
2 parents ca8f082 + 159d07e commit cc3af74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export default {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
flex-grow: 0;
flex-shrink: 0;
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);
Expand Down Expand Up @@ -189,8 +191,6 @@ export default {
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
}
}
Expand Down

0 comments on commit cc3af74

Please sign in to comment.