From 8f6511f1e491526fcb2018ff248eb1baec16cf04 Mon Sep 17 00:00:00 2001 From: Gregor Kralik Date: Wed, 27 Jan 2016 14:45:14 +0100 Subject: [PATCH] make sure the resolution select button's text is vertically centered decrease the line-height from 2.5em to 2.3em --- lib/videojs-resolution-switcher.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index a2224ce..9eb726e 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -11,7 +11,7 @@ .vjs-resolution-button .vjs-resolution-button-label { font-size: 1.2em; - line-height: 2.50em; + line-height: 2.30em; position: absolute; top: 0; left: 0;