Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css

Issue 1834573002: [Media Router WebUI] Handle header height changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index 7c3312ffccc043d339bec3fa57b852c46b4ad8fe..5b781e80202936d2dc3803fd803623b97c4baf7d 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -15,7 +15,6 @@
}
#cast-mode-list {
- margin-top: var(--container-header-height);
padding-bottom: 12px;
padding-top: 4px;
}
@@ -95,7 +94,6 @@
}
#issue-banner {
- margin-top: var(--container-header-height);
width: 100%;
}
@@ -226,6 +224,3 @@ paper-menu {
width: 250px;
}
-#route-details {
- margin-top: var(--container-header-height);
-}

Powered by Google App Engine
This is Rietveld 408576698