diff --git a/LightlessSync/UI/LightlessNotificationUI.cs b/LightlessSync/UI/LightlessNotificationUI.cs index 7ced889..cb62b51 100644 --- a/LightlessSync/UI/LightlessNotificationUI.cs +++ b/LightlessSync/UI/LightlessNotificationUI.cs @@ -300,7 +300,7 @@ public class LightlessNotificationUI : WindowMediatorSubscriberBase ImGui.SetCursorPos(originalCursorPos + slideOffset); var notificationHeight = CalculateNotificationHeight(notification); - var notificationWidth = _configService.Current.NotificationWidth - Math.Abs(slideOffset.X); + var notificationWidth = _configService.Current.NotificationWidth; ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding, Vector2.Zero);