Skip to content

Commit

Permalink
fix(NcAppNavigation): fix flex element styles causing resizing sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
  • Loading branch information
ShGKme committed May 4, 2023
1 parent ca8f082 commit 159d07e
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 159d07e

Please sign in to comment.