From 9d044329f6aa7133eddb513944eab8b89aec2ec3 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed, 19 Feb 2020 06:17:41 +0900
Subject: [PATCH] :art:

---
 src/client/widgets/notifications.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue
index b56be5b4e..2a718a666 100644
--- a/src/client/widgets/notifications.vue
+++ b/src/client/widgets/notifications.vue
@@ -84,6 +84,7 @@ export default define({
 
 	.tl {
 		background: var(--bg);
+		padding: 8px;
 	}
 }
 </style>