Skip to content

Commit

Permalink
enhance(ui): correct left padding of toolbar when fullscreen on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Jun 16, 2022
1 parent f8ace0b commit 9928d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
}

.is-electron.is-mac.is-fullscreen .cp__header > .l {
padding-left: 0;
padding-left: 1rem;
}

.cp__header a, .cp__header svg {
Expand Down

0 comments on commit 9928d43

Please sign in to comment.