Make Youtube size inputs look a little nicer

This commit is contained in:
Fredrick Brennan 2015-03-15 17:41:38 +08:00
parent aee9cd8455
commit 4e65041615

View File

@ -1177,3 +1177,7 @@ div.mix {
display: none !important;
}
}
#youtube-size input {
width: 50px;
}