We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97956b9 commit 2f860faCopy full SHA for 2f860fa
app/main/lib/windows.ts
@@ -104,7 +104,8 @@ export function createBreakWindows(): void {
104
if (settings.postponeBreakEnabled) buttonCount++;
105
if (settings.skipBreakEnabled) buttonCount++;
106
107
- const notificationWidth = 450 + (buttonCount - 1) * 50;
+ const notificationWidth =
108
+ 450 + (buttonCount - 1) * 50 + (buttonCount === 3 ? 20 : 0);
109
110
const displays = screen.getAllDisplays();
111
for (let windowIndex = 0; windowIndex < displays.length; windowIndex++) {
0 commit comments