From dbb9199d6f2a0c096dcf9395071cca91b6bce5c9 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 15 Feb 2020 21:42:45 +0900 Subject: [PATCH] Fix widget bg (#5952) --- src/client/widgets/notifications.vue | 1 - src/client/widgets/timeline.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/client/widgets/notifications.vue b/src/client/widgets/notifications.vue index 39a588033..b56be5b4e 100644 --- a/src/client/widgets/notifications.vue +++ b/src/client/widgets/notifications.vue @@ -83,7 +83,6 @@ export default define({ } .tl { - height: 100%; background: var(--bg); } } diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue index 28587bc88..ab5664a4d 100644 --- a/src/client/widgets/timeline.vue +++ b/src/client/widgets/timeline.vue @@ -150,7 +150,6 @@ export default define({ } .tl { - height: 100%; padding: 8px; background: var(--bg); box-sizing: border-box;