From 4e65041615167026c76fe9fa4d23422de561d302 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Sun, 15 Mar 2015 17:41:38 +0800 Subject: [PATCH] Make Youtube size inputs look a little nicer --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 84107a07..52d02473 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1177,3 +1177,7 @@ div.mix { display: none !important; } } + +#youtube-size input { + width: 50px; +}