Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jun 6, 2024
1 parent 4bcce6f commit 134e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ActivityAppFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ watch(props, () => {
flex-direction: column;
height: 100%;
// Align with app navigation toggle
margin: var(--app-navigation-padding, 8px) 0 0 calc(2 * var(--app-navigation-padding, 8px) + 44px)
margin: var(--app-navigation-padding, 8px) 0 0 calc(2 * var(--app-navigation-padding, 8px) + 44px);
padding-inline: 0 44px;
overflow-y: scroll;
}
Expand Down

0 comments on commit 134e7d1

Please sign in to comment.