Skip to content

Commit

Permalink
fix: Add RTL support to app heading.
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
  • Loading branch information
falghamdi125 committed Nov 28, 2024
1 parent df1f1e0 commit eb0de2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ActivityAppFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ watch(props, () => {
font-size: 20px;
line-height: 44px; // to align height with the app navigation toggle
// Align with app navigation toggle
margin: var(--app-navigation-padding, 8px) 0 0 calc(2 * var(--app-navigation-padding, 8px) + 44px);
margin-top: 1px;
margin-inline: calc(2 * var(--app-navigation-padding, 8px) + 44px) var(--app-navigation-padding, 8px);
}
}
</style>

0 comments on commit eb0de2c

Please sign in to comment.