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

Unified Diff: chrome/browser/resources/media_router/media_router_common.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/media_router_common.css
diff --git a/chrome/browser/resources/media_router/media_router_common.css b/chrome/browser/resources/media_router/media_router_common.css
index bca13d2d010b8f6d273a2cfef1e54d7623f88c47..2a688ecfe821dfdcecb554b097af6abaed47f77b 100644
--- a/chrome/browser/resources/media_router/media_router_common.css
+++ b/chrome/browser/resources/media_router/media_router_common.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
:root {
- --container-header-height: 52px;
--dialog-padding-end: 26px;
--dialog-padding-start: 16px;
--navigation-icon-size: 20px;
@@ -19,4 +18,4 @@
[hidden] {
display: none !important;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698