From c9f3a17200b323374bc8f37f7613fd47785f5674 Mon Sep 17 00:00:00 2001 From: Jan Drewniak Date: Mon, 4 Feb 2019 11:08:46 -0500 Subject: [PATCH] Align ImageOverlay prev/next buttons with top of viewport. The prev/next buttons on the ImageOverlay were pushed down by the value of `@headerHeight`, however the header is not visible in the ImageOverlay, so this positioning is unnecessary. Bug: T213336 Depends-On: Iff5994c23e631d13d168f0c936e330c74dc7497f Change-Id: I53fb585ab580b777a829a4c0f64088430b527335 --- skinStyles/mobile.startup/Overlay.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skinStyles/mobile.startup/Overlay.less b/skinStyles/mobile.startup/Overlay.less index 0395185..03e030b 100644 --- a/skinStyles/mobile.startup/Overlay.less +++ b/skinStyles/mobile.startup/Overlay.less @@ -22,10 +22,6 @@ height: @headerHeight; } } - - .slider-button { - top: @headerHeight; - } } .overlay-header .overlay-title {