mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
Web UI: Improve usability of small devices
This commit is contained in:
parent
6c10936f6d
commit
78bb4104b0
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<center>
|
<center>
|
||||||
<br/>
|
<br/>
|
||||||
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="theme/insert-link"/>_(Download Torrents from their URL or Magnet link)</h2>
|
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="theme/insert-link"/>_(Download Torrents from their URL or Magnet link)</h2>
|
||||||
<textarea name="list" id="urls" rows="10" cols="1"></textarea>
|
<textarea id="urls" rows="10"></textarea>
|
||||||
<p>_(Only one link per line)</p>
|
<p>_(Only one link per line)</p>
|
||||||
<input type="button" value="_(Download)" id="downButton"/>
|
<input type="button" value="_(Download)" id="downButton"/>
|
||||||
</center>
|
</center>
|
||||||
|
|
|
@ -317,7 +317,7 @@ window.addEvent('load', function(){
|
||||||
if($defined(prop_h))
|
if($defined(prop_h))
|
||||||
prop_h = prop_h.toInt();
|
prop_h = prop_h.toInt();
|
||||||
else
|
else
|
||||||
prop_h = 200;
|
prop_h = Window.getSize().y / 2.;
|
||||||
new MochaUI.Panel({
|
new MochaUI.Panel({
|
||||||
id: 'propertiesPanel',
|
id: 'propertiesPanel',
|
||||||
title: 'Panel',
|
title: 'Panel',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue