From e335e05628bec11d22fdaa13c927dbcd26eaebb9 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Sat, 27 Dec 2025 00:32:15 +0200 Subject: [PATCH 1/3] style: update notification item styles for improved layout and alignment --- src/renderer/src/pages/notifications/notification-item.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/src/pages/notifications/notification-item.scss b/src/renderer/src/pages/notifications/notification-item.scss index e64063f0..3cdaf3d9 100644 --- a/src/renderer/src/pages/notifications/notification-item.scss +++ b/src/renderer/src/pages/notifications/notification-item.scss @@ -11,6 +11,8 @@ transition: all ease 0.2s; position: relative; opacity: 0.4; + width: 100%; + text-align: left; &:hover { background-color: rgba(255, 255, 255, 0.03); From 798f88618e257886d41b3b849f1beb96ec778a27 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Sat, 27 Dec 2025 00:42:23 +0200 Subject: [PATCH 2/3] style: enhance notification item styles with color adjustments and SVG inheritance --- src/renderer/src/pages/notifications/notification-item.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/renderer/src/pages/notifications/notification-item.scss b/src/renderer/src/pages/notifications/notification-item.scss index 3cdaf3d9..4e97237d 100644 --- a/src/renderer/src/pages/notifications/notification-item.scss +++ b/src/renderer/src/pages/notifications/notification-item.scss @@ -42,12 +42,17 @@ align-items: center; justify-content: center; background-color: globals.$background-color; + color: #fff; img { width: 100%; height: 100%; object-fit: cover; } + + svg { + color: inherit; + } } &__badge-picture { From a01e1b1709d09461923d90c0c50c1fea86eaf981 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Sat, 27 Dec 2025 00:51:26 +0200 Subject: [PATCH 3/3] style: formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d360dde4..79dc4b6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
[](https://help.hydralauncher.gg) +

Hydra Launcher