Skip to content

Commit

Permalink
Update Window.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jun 4, 2024
1 parent f86a8d9 commit 8041d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Window.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
:style="{
borderColor: borderColor,
paddingTop: `${
settings.showMenu && settings.paddingLocked
settings.showHeader && settings.paddingLocked
? padding('top') / 2
: padding('top')
}px`,
Expand Down

0 comments on commit 8041d3d

Please sign in to comment.