Skip to content

Commit

Permalink
Re-align the app logo with the folder column
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Feb 2, 2023
1 parent 2d99093 commit 542ab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/Header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class Header implements Component<HeaderAttrs> {
])
} else if (!styles.isUsingBottomNavigation() && (!viewSlider || viewSlider.isUsingOverlayColumns())) {
content = m(
".logo.logo-height.pl" + landmarkAttrs(AriaLandmarks.Banner, "Tutanota logo"),
".logo.logo-height" + landmarkAttrs(AriaLandmarks.Banner, "Tutanota logo"),
{
style: {
"margin-left": px(sizes.drawer_menu_width),
Expand Down

0 comments on commit 542ab67

Please sign in to comment.