Commit 85415b61 authored by Naoki Fukino's avatar Naoki Fukino Committed by Commit Bot

Files app: Expand region of audio control in quick view.

The default audio controls for <audio> tag gets bigger recently.
To fit the control, the region for audio control in quick view needs to be
bigger.
This is a quick fix to fix the regression.
The quick view should handle any size of audio control. It should be fixed by a
separated CL.

Bug: 826860
Test: Manually tested by mp3 files with and without cover arts.
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ib6cae6bc514d05090b65e076fcc276c8a3aabbca
Reviewed-on: https://chromium-review.googlesource.com/984914Reviewed-by: default avatarTatsuhisa Yamaguchi <yamaguchi@chromium.org>
Commit-Queue: Naoki Fukino <fukino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548014}
parent e0fb2a3b
......@@ -11,7 +11,7 @@
width: 100%;
}
#content.audio {
height: 32px;
height: 54px;
}
webview {
display: inline-block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment