diff --git a/README.md b/README.md index d360dde4..79dc4b6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
diff --git a/src/renderer/src/pages/notifications/notification-item.scss b/src/renderer/src/pages/notifications/notification-item.scss index e64063f0..4e97237d 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); @@ -40,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 {