diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue
index b56be5b4e2..2a718a6666 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>