diff --git a/src/renderer/components/notifications/notifications.scss b/src/renderer/components/notifications/notifications.scss index a39a00b227..5ac3c7ecc5 100644 --- a/src/renderer/components/notifications/notifications.scss +++ b/src/renderer/components/notifications/notifications.scss @@ -46,5 +46,9 @@ box-shadow: 0 0 20px $boxShadow; } } + + .close { + margin-top: -2px; + } } } diff --git a/src/renderer/components/notifications/notifications.tsx b/src/renderer/components/notifications/notifications.tsx index 6ca687fee4..5bdf3b67b0 100644 --- a/src/renderer/components/notifications/notifications.tsx +++ b/src/renderer/components/notifications/notifications.tsx @@ -74,14 +74,14 @@ export class Notifications extends React.Component { return (
addAutoHideTimer(notification)} onMouseEnter={() => removeAutoHideTimer(notification)}> -
+
{msgText}
-
+
{