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;