From 9c7af0dfce95b3cf053896d8e74ef6fdad9d0da0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 6 Feb 2021 23:00:06 +0100 Subject: [PATCH] Drop margin from cast header (#8331) --- cast/src/launcher/layout/hc-layout.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cast/src/launcher/layout/hc-layout.ts b/cast/src/launcher/layout/hc-layout.ts index 1c7a850a30..58e1f7cc94 100644 --- a/cast/src/launcher/layout/hc-layout.ts +++ b/cast/src/launcher/layout/hc-layout.ts @@ -98,8 +98,12 @@ class HcLayout extends LitElement { line-height: 32px; padding: 24px 16px 16px; display: block; + margin: 0; + } + + .hero { + border-radius: 4px 4px 0 0; } - .subtitle { font-size: 14px; color: var(--secondary-text-color);