Max select size
This commit is contained in:
parent
aba0243fd2
commit
67d7ffdef5
2 changed files with 2 additions and 1 deletions
|
@ -570,6 +570,7 @@ h1 {
|
|||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.formats,
|
||||
.thumb {
|
||||
width:90%;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<h3><label for="format">Available formats:</label></h3>
|
||||
<form action="{path_for name="redirect"}">
|
||||
<input type="hidden" name="url" value="{$video->webpage_url}" />
|
||||
<select name="format" id="format" class="monospace">
|
||||
<select name="format" id="format" class="formats monospace">
|
||||
<optgroup label="Generic formats">
|
||||
<option value="best[protocol^=http]">
|
||||
{strip}
|
||||
|
|
Loading…
Reference in a new issue